STK++ 0.9.13
STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 1 > Struct Template Reference

#include <STK_InvertLowerSym.h>

Public Types

typedef Matrix::Type Type
 

Static Public Member Functions

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

Detailed Description

template<class Matrix>
struct STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 1 >

Definition at line 276 of file STK_InvertLowerSym.h.

Member Typedef Documentation

◆ Type

Definition at line 278 of file STK_InvertLowerSym.h.

Member Function Documentation

◆ run()

template<class Matrix >
static Type STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 1 >::run ( Matrix const m,
CArraySquare< Type, 1 > &  inv 
)
inlinestatic

Definition at line 279 of file STK_InvertLowerSym.h.

static Type invertLowerSymMatrix11(Matrix const &m, CArraySquare< Type, Size_ > &inv)
compute the inverse of the lower symmetric matrix m of size 1x1 and store the result in inv.

References STK::hidden::InvertLowerSymMatrixImpl< Matrix, Size_ >::invertLowerSymMatrix11().


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