svd.h File Reference
#include <shark/LinAlg/Base.h>
#include "Impl/svd.inl"

Go to the source code of this file.

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 
 shark::blas
 

Functions

template<class MatrixT , class MatrixU , class VectorT >
void shark::blas::svd (const MatrixT &amatA, MatrixU &umatA, MatrixU &vmatA, VectorT &wvecA, unsigned maxIterations=200, bool ignoreThreshold=true)