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