-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cholesky decomposition #48
Comments
Hello! Thanks for your interest. Yes, but there is no specific due date. But, for Thanks, |
* Implement Cholesky Decomposition (#48) * Add `is_symmetric` method to Matrix
I implemented Cholesky Decomposition in Caution: Should use |
Oh wow, that was insanely quick! Thank you very much for implementing this. Andrew |
Hey, thanks for the library, it's a pleasure to use.
I was wondering whether there are any plans to implement Cholesky decomposition? I understand it's probably not a high priority as LU decomposition is already implemented, but would be cool to have some additional speed there!
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: