STK++ 0.9.13
|
computing the inverse of a symmetric matrix. More...
#include <STK_InvertSym.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 258 of file STK_InvertSym.h.
typedef Matrix::Type STK::hidden::InvertSymMatrixDispatcher< Matrix, Size_ >::Type |
Definition at line 260 of file STK_InvertSym.h.
|
inlinestatic |
Definition at line 261 of file STK_InvertSym.h.
References STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrix11(), STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrix22(), STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrix33(), STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrix44(), and STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrixXX().