#include "Core/Matrix/MatSet.h"#include "Core/Matrix/MatDiv.h"#include "Core/Matrix/VecFunc.h"Include dependency graph for MatCovariance.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> | |
| ArrayT * | Impala::Core::Matrix::MatCovariance (ArrayT *m, ArrayT *meanOut=0) |
| Covariance matrix. | |
| template<class ArrayT> | |
| ArrayT * | Impala::Core::Matrix::MatCovarianceExact (ArrayT *m, ArrayT *meanOut=0) |
| Covariance matrix. | |
1.5.1