JuliaLang / LinearAlgebra.jl

Julia Linear Algebra standard library
Other
13 stars 0 forks source link

Factorizations should probably not define conversion methods to arrays and vice versa #1096

Open KristofferC opened 1 month ago

KristofferC commented 1 month ago

These should probably just be removed

https://github.com/JuliaLang/julia/blob/84a2458e0504d92b3db32bb367e449377c802593/stdlib/LinearAlgebra/src/factorization.jl#L102-L104

convert should be defined quite sparingly and these are different things.