#include "Core/Matrix/MatCovariance.h"
Include dependency graph for MatKLM.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 MatrixT, class VectorT> | |
void | Impala::Core::Matrix::Tred2 (MatrixT *a, VectorT *d, VectorT *e) |
template<class MatrixT, class VectorT> | |
void | Impala::Core::Matrix::Tqli (VectorT *d, VectorT *e, MatrixT *z) |
template<class ArrayT> | |
ArrayT * | Impala::Core::Matrix::MatKLM (ArrayT *m, int newDim) |