-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Make cholesky
handle AbstractMatrix
#44076
Conversation
cholesky
handle HermOrSym of structured matricescholesky
handle AbstractMatrix
I only now realize that this is somewhat duplicate to #40690, though it includes some special handling for some special matrices, and (currently) doesn't relax the stridedness assumption on inplace @dlfivefifty Do you have an example for a non-strided matrix that should cooperate with |
Banded matrices |
Do we have some minimal testhelper thing for that, do you know? |
I'm not sure we have an easy way to test this, but I checked that |
2ac0ac8
to
554ac18
Compare
Co-authored-by: Sheehan Olver <s.olver@imperial.ac.uk>
Co-authored-by: Sheehan Olver <s.olver@imperial.ac.uk>
Co-authored-by: Sheehan Olver <s.olver@imperial.ac.uk>
Closes #44053. Closes #40690.