Closed JeffreySarnoff closed 5 years ago
As far as I can tell, this is because GenericLinearAlgebra.jl has its own data structure for representing the Schur decomposition and hijacks the built-in schur!
method. You got affected by this because GenericLinearAlgebra
is a dependency of DoubleFloats
.
It's not a Julia issue, so this report should probably be closed. The best place to report it, is here: https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl/issues/new
Thank you for the insight.