STK++ 0.9.13
|
utility class allowing to call the correct static function computing the inverse of a matrix. More...
#include <STK_InvertLowerTriangular.h>
Public Types | |
typedef Matrix::Type | Type |
Static Public Member Functions | |
static Type | run (Matrix const &m, Array2DLowerTriangular< Type > &inv) |
utility class allowing to call the correct static function computing the inverse of a matrix.
Definition at line 189 of file STK_InvertLowerTriangular.h.
typedef Matrix::Type STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >::Type |
Definition at line 191 of file STK_InvertLowerTriangular.h.
|
inlinestatic |
Definition at line 192 of file STK_InvertLowerTriangular.h.
References STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangular11(), STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangular22(), STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangular33(), STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangular44(), and STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangularXX().