multik
multik copied to clipboard
SVD implementation
It's great that LU / QR / Hessenberg etc was added, but I think SVD would be golden to have as an additional linalg component. A lot of the algorithms from Python bases themself on the SVD decomposition, especially the compact variant.
Is this on the agenda to be added?
Yes, it will be added. I can't say yet if it will be in the next release, since we are first adding a multiplatform.
Thanks for the update @devcrocod ! 🤗
_gesdd requires quadmath, but so far I haven't built this library for Android (related to issue #127)