multik icon indicating copy to clipboard operation
multik copied to clipboard

SVD implementation

Open Lundez opened this issue 4 years ago • 3 comments

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?

Lundez avatar Dec 27 '21 17:12 Lundez

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.

devcrocod avatar Jan 10 '22 12:01 devcrocod

Thanks for the update @devcrocod ! 🤗

Lundez avatar Jan 11 '22 06:01 Lundez

_gesdd requires quadmath, but so far I haven't built this library for Android (related to issue #127)

devcrocod avatar Aug 22 '22 21:08 devcrocod