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

#include <STK_Invert.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::InvertMatrixDispatcher< Matrix, 1 >

Definition at line 313 of file STK_Invert.h.

Member Typedef Documentation

◆ Type

template<class Matrix >
typedef Matrix::Type STK::hidden::InvertMatrixDispatcher< Matrix, 1 >::Type

Definition at line 315 of file STK_Invert.h.

Member Function Documentation

◆ run()

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

Definition at line 316 of file STK_Invert.h.

static Type invertMatrix11(Matrix const &m, CArraySquare< Type, Size_ > &inv)
compute the inverse of the 1x1 matrix and store the result in inv.
Definition STK_Invert.h:61

References STK::hidden::InvertMatrixImpl< Matrix, Size_ >::invertMatrix11().


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