STK++ 0.9.13
STK::hidden::InvertLowerTriangularDispatcher< Matrix, 1 > 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, 1 >

Definition at line 207 of file STK_InvertLowerTriangular.h.

Member Typedef Documentation

◆ Type

Definition at line 209 of file STK_InvertLowerTriangular.h.

Member Function Documentation

◆ run()

Definition at line 210 of file STK_InvertLowerTriangular.h.

static Type invertLowerTriangular11(Matrix const &m, Array2DLowerTriangular< Type > &inv)
compute the inverse of the 1x1 matrix and store the result in inv.

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


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