#include "Core/Matrix/MatFunc.h"
#include "Core/Matrix/MatMul.h"
#include "Link/lapackpp/gmd.h"
#include "Link/lapackpp/lavd.h"
#include "Link/lapackpp/lasvd.h"
Include dependency graph for MatSVDLpp.h:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Matrix |
Defines | |
#define | Impala_Core_Matrix_MatSVD_LAPACK ++_h |
Functions | |
template<class ArrayT> | |
void | Impala::Core::Matrix::MatSvdLpp (ArrayT *a, ArrayT *&u, ArrayT *&s, ArrayT *&v) |