STK++ 0.9.13
STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ > Struct Template Reference

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.
 

Detailed Description

template<class Matrix, int Size_>
struct STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >

Implementation of the computation of the inverse of a lower triangular matrix.

Definition at line 47 of file STK_InvertLowerTriangular.h.

Member Typedef Documentation

◆ Type

template<class Matrix , int Size_>
typedef Matrix::Type STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::Type

Definition at line 49 of file STK_InvertLowerTriangular.h.


The documentation for this struct was generated from the following file: