|
numerics 0.1.0
|
Sequential one-sided Jacobi SVD. More...
Go to the source code of this file.
Namespaces | |
| namespace | num |
| namespace | num::backends |
| namespace | num::backends::seq |
Functions | |
| SVDResult | num::backends::seq::svd (const Matrix &A, real tol, idx max_sweeps) |
Sequential one-sided Jacobi SVD.
See svd/svd.cpp for the full algorithm commentary.
Definition in file svd.cpp.