We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e7780 commit b3ff0c2Copy full SHA for b3ff0c2
src/chainrules.jl
@@ -3,7 +3,7 @@
3
function ChainRulesCore.rrule(::typeof(*), A::Real, B::WoodburyPDMat)
4
project_A = ProjectTo(A)
5
project_B = ProjectTo(B)
6
- function times_pullback(ȳ::AbstractMatrix)
+ function times_pullback(Ȳ::AbstractMatrix)
7
Ā = @thunk(project_A(dot(Ȳ, B)'))
8
B̄ = @thunk(project_B(A' * Ȳ))
9
return (NoTangent(), Ā, B̄)
0 commit comments