STK++ 0.9.13
STK::hidden::AlgebraTraits< InvertMatrix< Matrix, Size_ > > Struct Template Reference

Specialization for matrix inversion methods. More...

#include <STK_InvertMatrix.h>

Public Types

enum  { sizeRows_ = hidden::Traits<Matrix>::sizeRows_ , sizeCols_ = hidden::Traits<Matrix>::sizeCols_ , structure_ = hidden::Traits<Matrix>::structure_ , size_ = (sizeRows_<sizeCols_) ? sizeRows_ : sizeCols_ }
 
typedef DispatcherChooser< Matrix, Size_, structure_ >::Dispatcher Dispatcher
 
typedef DispatcherChooser< Matrix, Size_, structure_ >::Result Result
 

Detailed Description

template<class Matrix, int Size_>
struct STK::hidden::AlgebraTraits< InvertMatrix< Matrix, Size_ > >

Specialization for matrix inversion methods.

Definition at line 132 of file STK_InvertMatrix.h.

Member Typedef Documentation

◆ Dispatcher

Definition at line 141 of file STK_InvertMatrix.h.

◆ Result

Member Enumeration Documentation

◆ anonymous enum

template<class Matrix , int Size_>
anonymous enum
Enumerator
sizeRows_ 
sizeCols_ 
structure_ 
size_ 

Definition at line 134 of file STK_InvertMatrix.h.


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