|
STK++ 0.9.13
|
In this file we implement inversion method for symmetric matrices. More...
#include <Algebra/include/STK_SymEigen.h>

Go to the source code of this file.
Classes | |
| struct | STK::hidden::InvertSymImpl< Matrix, Size_ > |
| Implementation of the computation of the inverse of a lower triangular matrix. More... | |
| struct | STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ > |
| computing the inverse of a symmetric matrix. More... | |
| struct | STK::hidden::InvertSymMatrixDispatcher< Matrix, 1 > |
| struct | STK::hidden::InvertSymMatrixDispatcher< Matrix, 2 > |
| struct | STK::hidden::InvertSymMatrixDispatcher< Matrix, 3 > |
| struct | STK::hidden::InvertSymMatrixDispatcher< Matrix, 4 > |
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. | |
In this file we implement inversion method for symmetric matrices.
Definition in file STK_InvertSym.h.