You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that JuliaLang/LinearAlgebra.jl#1186 is merged, once it can be used by downstream packages, the chol_lower and chol_upper wrappers in chol.jl can probably be retired. :)
The text was updated successfully, but these errors were encountered:
We could simplify chol_lower and chol_upper but I'm not sure if it's possible to remove them completely: They are also specialized for Matrix and sparse matrices in
Now that JuliaLang/LinearAlgebra.jl#1186 is merged, once it can be used by downstream packages, the
chol_lower
andchol_upper
wrappers in chol.jl can probably be retired. :)The text was updated successfully, but these errors were encountered: