STK++ 0.9.13
STK::hidden::InvertLowerSymMatrixDispatcher< Matrix, 4 > 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, 4 > &inv)
 

Detailed Description

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

Definition at line 300 of file STK_InvertLowerSym.h.

Member Typedef Documentation

◆ Type

Definition at line 302 of file STK_InvertLowerSym.h.

Member Function Documentation

◆ run()

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

Definition at line 303 of file STK_InvertLowerSym.h.

static Type invertLowerSymMatrix44(Matrix const &m, CArraySquare< Type, Size_ > &inv)
compute the inverse of the symmetric 4x4 matrix m using only its lower part and store the result in i...

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


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