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?
|
5 | 1924 | November 28, 2024 | |
Singular Value Decomposition Implementation
|
6 | 1302 | April 13, 2021 | |
Lib for partial SVD computation | 10 | 1030 | September 23, 2020 | |
Why doesn't Fortran have a built-in matrix inverse function? | 11 | 6490 | February 5, 2022 | |
Hierarchal tensor svd | 27 | 995 | May 11, 2023 |