STK++ 0.9.13
|
Traits class for the upper triangular constant matrix. More...
#include <STK_Const_Arrays.h>
Public Types | |
enum | { structure_ = Arrays::upper_triangular_ , sizeRows_ = SizeRows_ , sizeCols_ = SizeCols_ , orient_ = Arrays::by_col_ , storage_ = Arrays::sparse_ } |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for the upper triangular constant matrix.
Definition at line 192 of file STK_Const_Arrays.h.
typedef Type_ STK::hidden::Traits< Const::UpperTriangular< Type_, SizeRows_, SizeCols_ > >::Type |
Definition at line 202 of file STK_Const_Arrays.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< Const::UpperTriangular< Type_, SizeRows_, SizeCols_ > >::TypeConst |
Definition at line 203 of file STK_Const_Arrays.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 194 of file STK_Const_Arrays.h.