Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop having StaticArrays-specific LU and QR implementations #1031

Open
thchr opened this issue May 31, 2022 · 0 comments
Open

Stop having StaticArrays-specific LU and QR implementations #1031

thchr opened this issue May 31, 2022 · 0 comments

Comments

@thchr
Copy link
Collaborator

thchr commented May 31, 2022

After JuliaLang/julia#42594, we should in principle be able to return LinearAlgebra.LU instead of StaticArrays.LU from lu (similarly for qr). It's not immediately swappable though, since LinearAlgebra.LU stores the factors while StaticArrays currently stores the L and U matrices explicitly.

Would be nice to get rid of these, to obviate the need to include them in a "core" package (cf. #1023 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant