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

Add basic matrix factorizations #240

Open
BenChung opened this issue Aug 6, 2023 · 0 comments
Open

Add basic matrix factorizations #240

BenChung opened this issue Aug 6, 2023 · 0 comments

Comments

@BenChung
Copy link

BenChung commented Aug 6, 2023

Something I find myself wanting a lot is a few core factorization utilities, particularly the QR, LU, Cholesky/LDLt, and EVD factorizations. These factorizations are extremely useful for computing properties about matrices or avoiding the computation of inverses while maintaining numerical stability. Fast, size-specific, implementations of these core factorization routines would be extremely useful for a number of tasks.

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