33 #include <itpp/itexports.h> 60 ITPP_EXPORT
bool svd(
const mat &A, vec &s);
84 ITPP_EXPORT
bool svd(
const cmat &A, vec &s);
107 ITPP_EXPORT vec
svd(
const mat &A);
131 ITPP_EXPORT vec
svd(
const cmat &A);
155 ITPP_EXPORT
bool svd(
const mat &A, mat &U, vec &s, mat &V);
179 ITPP_EXPORT
bool svd(
const cmat &A, cmat &U, vec &s, cmat &V);
184 #endif // #ifndef SVD_H bool svd(const mat &A, vec &S)
Get singular values s of a real matrix A using SVD.
Matrix Class Definitions.