Skip to content

Commit afe6112

Browse files
Jutholkdvos
andauthored
Update ext/MatrixAlgebraKitChainRulesCoreExt.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 387fea5 commit afe6112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MatrixAlgebraKitChainRulesCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function ChainRulesCore.rrule(::typeof(lq_null!), A::AbstractMatrix, Nᴴ, alg)
8686
MatrixAlgebraKit.lq_compact_pullback!(ΔA, (L, Q), (ZeroTangent(), ΔQ))
8787
return NoTangent(), ΔA, ZeroTangent(), NoTangent()
8888
end
89-
function qr_null_pullback(::ZeroTangent) # is this extra definition useful?
89+
function lq_null_pullback(::ZeroTangent) # is this extra definition useful?
9090
return NoTangent(), ZeroTangent(), ZeroTangent(), NoTangent()
9191
end
9292
return Nᴴ, lq_null_pullback

0 commit comments

Comments
 (0)