STK++ 0.9.13
STK::hidden::InvertSymMatrixDispatcher< Matrix, 3 > Struct Template Reference

#include <STK_InvertSym.h>

Public Types

typedef Matrix::Type Type
 

Static Public Member Functions

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

Detailed Description

template<class Matrix>
struct STK::hidden::InvertSymMatrixDispatcher< Matrix, 3 >

Definition at line 291 of file STK_InvertSym.h.

Member Typedef Documentation

◆ Type

template<class Matrix >
typedef Matrix::Type STK::hidden::InvertSymMatrixDispatcher< Matrix, 3 >::Type

Definition at line 293 of file STK_InvertSym.h.

Member Function Documentation

◆ run()

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

Definition at line 294 of file STK_InvertSym.h.

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

References STK::hidden::InvertSymImpl< Matrix, Size_ >::invertSymMatrix33().


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