STK++ 0.9.13
|
Implementation of the inversion matrix method for upper symmetric matrices. More...
#include <STK_InvertUpperSym.h>
Public Types | |
typedef Matrix::Type | Type |
Static Public Member Functions | |
static Type | invertUpperSymMatrix11 (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
compute the inverse of the symmetric matrix m of size 1x1 and store the result in inv. | |
static Type | invertUpperSymMatrix22 (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
compute the inverse of the symmetric 2x2 matrix m using only its upper part and store the result in inv. | |
static Type | invertUpperSymMatrix33 (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
compute the inverse of the symmetric 3x3 matrix m using only its upper part and store the result in inv. | |
static Type | invertUpperSymMatrix44 (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
compute the inverse of the symmetric 4x4 matrix m using only its upper part and store the result in inv. | |
static Type | invertUpperSymMatrixXX (Matrix const &m, CArraySquare< Type, Size_ > &inv) |
compute the inverse of the symmetric 4x4 matrix m using only its upper part and store the result in inv. | |
Implementation of the inversion matrix method for upper symmetric matrices.
Definition at line 53 of file STK_InvertUpperSym.h.
typedef Matrix::Type STK::hidden::InvertUpperSymMatrixImpl< Matrix, Size_ >::Type |
Definition at line 55 of file STK_InvertUpperSym.h.