#include "include.h"
#include "newmatap.h"
#include "newmatrm.h"
#include "precisio.h"
Include dependency graph for svd.cpp:

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)

Detailed Description

Singular value decomposition.

Definition in file svd.cpp.


Define Documentation

#define REPORT   {}

Definition at line 24 of file svd.cpp.

#define WANT_MATH

Definition at line 10 of file svd.cpp.


Function Documentation

void SVD ( const Matrix &  A,
DiagonalMatrix &  Q,
Matrix &  U,
Matrix &  V,
bool  withU,
bool  withV 
)

Definition at line 30 of file svd.cpp.

void SVD ( const Matrix &  A,
DiagonalMatrix &  D 
)

Definition at line 200 of file svd.cpp.



kni
Author(s): Martin Günther
autogenerated on Thu Aug 27 2015 13:40:08