#include "tnt_array2d.h"
#include "jama_svd.h"
#include "Core/Matrix/MatFunc.h"
#include "Core/Array/PrintData.h"
#include "Core/Matrix/Mat.h"
Include dependency graph for MatSVD.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Matrix |
Functions | |
template<class ArrayT> | |
int | Impala::Core::Matrix::MatSVD (ArrayT *a, ArrayT *&u, ArrayT *&s, ArrayT *&v) |
Singular Value Decomposition Using TNT Library. |