STK++ 0.9.13
|
Traits class for the general constant matrix. More...
#include <STK_Const_Arrays.h>
Public Types | |
enum | { structure_ = Arrays::array2D_ , sizeRows_ = SizeRows_ , sizeCols_ = SizeCols_ , orient_ = Arrays::by_col_ , storage_ = Arrays::sparse_ } |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for the general constant matrix.
Definition at line 175 of file STK_Const_Arrays.h.
typedef Type_ STK::hidden::Traits< Const::Array< Type_, SizeRows_, SizeCols_ > >::Type |
Definition at line 185 of file STK_Const_Arrays.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< Const::Array< Type_, SizeRows_, SizeCols_ > >::TypeConst |
Definition at line 186 of file STK_Const_Arrays.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 177 of file STK_Const_Arrays.h.