Go to the source code of this file.
Defines | |
#define | REPORT {} |
#define | WANT_MATH |
Functions | |
static Real | pythag (Real f, Real g, Real &c, Real &s) |
void | SVD (const Matrix &A, DiagonalMatrix &Q, Matrix &U, Matrix &V, bool withU, bool withV) |
void | SVD (const Matrix &A, DiagonalMatrix &D) |