|
STK++ 0.9.13
|
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 |
Specialization for matrix inversion methods.
Definition at line 132 of file STK_InvertMatrix.h.
| typedef DispatcherChooser<Matrix,Size_,structure_>::Dispatcher STK::hidden::AlgebraTraits< InvertMatrix< Matrix, Size_ > >::Dispatcher |
Definition at line 141 of file STK_InvertMatrix.h.
| typedef DispatcherChooser<Matrix,Size_,structure_>::Result STK::hidden::AlgebraTraits< InvertMatrix< Matrix, Size_ > >::Result |
Definition at line 142 of file STK_InvertMatrix.h.
| Enumerator | |
|---|---|
| sizeRows_ | |
| sizeCols_ | |
| structure_ | |
| size_ | |
Definition at line 134 of file STK_InvertMatrix.h.