-
Notifications
You must be signed in to change notification settings - Fork 13
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
Factorisations #10
Comments
A function for Work in progress! |
Update: |
Hmmm, was looking to do The current implementation has its own type within Kronecker.jl type system. I don't see how elso to do this? |
I had a working prototype a while ago i think. Will dig it out and try to finish it off + make a PR in the next few days. |
If you post it, I can do it? |
Required a bit of work to get anything off the ground, so make #44 . |
Would be very helpful to have efficient implementations for
cholesky
,eigen
, etc for Kronecker-product matrices (I believe these have efficient representations).(Nice talk btw)
The text was updated successfully, but these errors were encountered: