STK++ 0.9.13
STK::hidden::InvertLowerTriangularDispatcher< Matrix, 2 > Struct Template Reference

#include <STK_InvertLowerTriangular.h>

Public Types

typedef Matrix::Type Type
 

Static Public Member Functions

static Type run (Matrix const &m, Array2DLowerTriangular< Type > &inv)
 

Detailed Description

template<class Matrix>
struct STK::hidden::InvertLowerTriangularDispatcher< Matrix, 2 >

Definition at line 215 of file STK_InvertLowerTriangular.h.

Member Typedef Documentation

◆ Type

Definition at line 217 of file STK_InvertLowerTriangular.h.

Member Function Documentation

◆ run()

Definition at line 218 of file STK_InvertLowerTriangular.h.

static Type invertLowerTriangular22(Matrix const &m, Array2DLowerTriangular< Type > &inv)
compute the inverse of the 2x2 matrix m and store the result in inv.

References STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >::invertLowerTriangular22().


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