#include "Core/Matrix/MatFunc.h"#include "Core/Matrix/MatSet.h"#include <iostream>#include <math.h>Include dependency graph for MatInverse.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 C> | |
| int | Impala::Core::Matrix::Ludcmp (C *a, int n, short *indx, double *d) |
| template<class C> | |
| void | Impala::Core::Matrix::Lubksb (C *a, int n, short *indx, double *b) |
| template<class ArrayT> | |
| ArrayT * | Impala::Core::Matrix::MatInverse (ArrayT *a) |
Variables | |
| static const double | Impala::Core::Matrix::Matrix_EPS = 1e-12 |
1.5.1