|
STK++ 0.9.13
|
In this file we implement inversion method for general matrix. More...
#include "invert/STK_Invert.h"#include "invert/STK_InvertUpperTriangular.h"#include "invert/STK_InvertLowerTriangular.h"#include "invert/STK_InvertSym.h"#include "invert/STK_InvertLowerSym.h"#include "invert/STK_InvertUpperSym.h"#include <Arrays/include/STK_CArray.h>

Go to the source code of this file.
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
| The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
Functions | |
| template<class Matrix > | |
| hidden::AlgebraTraits< InvertMatrix< Matrix, hidden::Traits< Matrix >::sizeRows_ > >::Result | STK::invert (Matrix const &mat) |
| Utility function allowing to compute the inverse of a matrix. | |
In this file we implement inversion method for general matrix.
Definition in file STK_InvertMatrix.h.