STK++ 0.9.13
|
computing the inverse of a symmetric matrix. More...
#include <STK_InvertUpperSym.h>
Public Types | |
typedef Matrix::Type | Type |
Static Public Member Functions | |
static Type | run (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
computing the inverse of a symmetric matrix.
Definition at line 257 of file STK_InvertUpperSym.h.
typedef Matrix::Type STK::hidden::InvertUpperSymMatrixDispatcher< Matrix, Size_ >::Type |
Definition at line 259 of file STK_InvertUpperSym.h.
|
inlinestatic |
Definition at line 260 of file STK_InvertUpperSym.h.
References STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::invertUpperSymMatrix11(), STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::invertUpperSymMatrix22(), STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::invertUpperSymMatrix33(), STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::invertUpperSymMatrix44(), and STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::invertUpperSymMatrixXX().