Go to the source code of this file.
#define | WANT_MATH |
#define | REPORT {} |
void | SVD (const Matrix &A, DiagonalMatrix &Q, Matrix &U, Matrix &V, bool withU, bool withV) |
void | SVD (const Matrix &A, DiagonalMatrix &D) |
Singular value decomposition.
Definition in file svd.cpp.
void SVD | ( | const Matrix & | A, |
DiagonalMatrix & | Q, | ||
Matrix & | U, | ||
Matrix & | V, | ||
bool | withU, | ||
bool | withV | ||
) |