Sparse Linear Systems¶
The solvers in this module focus on
traditional least square problems
for square or overdetermined linear systems
Solvers¶
|
Solves the overdetermined system |
|
Solves the overdetermined system |
|
Computes the largest eigen value of a (symmetric) linear operator by power method |
|
Computes the largest eigen value of a (symmetric) linear operator by power method |
|
Solves the problem |
|
Solves the problem |
|
Solves the problem |
|
Solves the problem |
Data types¶
Solution for LSQR algorithm |
|
Solution of the eigen vector estimate |
|
ISTA algorithm state |
|
ISTA algorithm state |