numerics 0.1.0
Loading...
Searching...
No Matches
svd.cpp File Reference

SVD dispatcher + randomized truncated SVD. More...

Go to the source code of this file.

Namespaces

namespace  num
 

Functions

SVDResult num::svd (const Matrix &A, Backend backend=lapack_backend, real tol=1e-12, idx max_sweeps=100)
 
SVDResult num::svd_truncated (const Matrix &A, idx k, Backend backend=default_backend, idx oversampling=10, Rng *rng=nullptr)
 

Detailed Description

SVD dispatcher + randomized truncated SVD.

Definition in file svd.cpp.