JuliaDiff / ChainRules.jl

forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs
Other
430 stars 87 forks source link

Some LinearAlgebra rrules #183

Open willtebbutt opened 4 years ago

willtebbutt commented 4 years ago

There's some linear algebra optimisations implemented here that we don't have. Nice blog post here

gxyd commented 3 years ago

Hi @willtebbutt I would like to work on this issue. I will try to read up on it first and see how that goes, would that be ok?

willtebbutt commented 3 years ago

Sorry, I somehow completely missed this. Yes, that would be great :)

willtebbutt commented 3 years ago

Related reference for SVDs of complex-valued matrices: https://arxiv.org/abs/1909.02659