Open
Description
I see in https://github.com/JuliaDiff/ChainRules.jl/blob/master/src/rulesets/LinearAlgebra/factorization.jl
we use a fair bit of A'
which is adjoint
.
In other places @simeonschaub has said we need to not use that, and to use transpose
instread,
so we don't recursively conjugate the complex numbers