STK++ 0.9.13
|
Specialization for upper triangular arrays. More...
#include <STK_InvertMatrix.h>
Public Types | |
typedef Matrix::Type | Type |
typedef hidden::InvertUpperTriangularDispatcher< Matrix, Size_ > | Dispatcher |
typedef Array2DUpperTriangular< Type > | Result |
Specialization for upper triangular arrays.
Definition at line 84 of file STK_InvertMatrix.h.
typedef hidden::InvertUpperTriangularDispatcher<Matrix, Size_> STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::upper_triangular_ >::Dispatcher |
Definition at line 87 of file STK_InvertMatrix.h.
typedef Array2DUpperTriangular<Type> STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::upper_triangular_ >::Result |
Definition at line 88 of file STK_InvertMatrix.h.
typedef Matrix::Type STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::upper_triangular_ >::Type |
Definition at line 86 of file STK_InvertMatrix.h.