STK++ 0.9.13
|
Implementation of the computation of the inverse of a lower triangular matrix. More...
#include <STK_InvertLowerTriangular.h>
Public Types | |
typedef Matrix::Type | Type |
Static Public Member Functions | |
static Type | invertLowerTriangular11 (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
compute the inverse of the 1x1 matrix and store the result in inv. | |
static Type | invertLowerTriangular22 (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
compute the inverse of the 2x2 matrix m and store the result in inv. | |
static Type | invertLowerTriangular33 (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
compute the inverse of the 3x3 matrix m and store the result in inv. | |
static Type | invertLowerTriangular44 (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
compute the inverse of the 4x4 matrix m and store the result in inv. | |
static Type | invertLowerTriangularXX (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
compute the inverse of the lower triangular matrix m and store the result in inv. | |
Implementation of the computation of the inverse of a lower triangular matrix.
Definition at line 47 of file STK_InvertLowerTriangular.h.
typedef Matrix::Type STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::Type |
Definition at line 49 of file STK_InvertLowerTriangular.h.