If your matrices are sparse you can also consider ARPACK. You can try it from SciPy in python to see if it fits your needs svds(solver=’arpack’) — SciPy v1.11.4 Manual. If it does, there are some discussions and sources for ARPACK here Modernizing Arpack
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What is the best pseudo inverse (Moore-Penrose inverse) subroutine?
|
2 | 1616 | July 6, 2022 | |
Singular Value Decomposition Implementation
|
6 | 1224 | April 13, 2021 | |
Lib for partial SVD computation | 10 | 1011 | September 23, 2020 | |
Why doesn't Fortran have a built-in matrix inverse function? | 11 | 6146 | February 5, 2022 | |
Hierarchal tensor svd | 27 | 992 | May 11, 2023 |