STK++ 0.9.13
|
computing the inverse of a matrix. More...
#include <STK_Invert.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 matrix.
Definition at line 295 of file STK_Invert.h.
typedef Matrix::Type STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >::Type |
Definition at line 297 of file STK_Invert.h.
|
inlinestatic |
Definition at line 298 of file STK_Invert.h.
References STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrix11(), STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrix22(), STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrix33(), STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrix44(), and STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrixXX().