STK++ 0.9.13
|
Traits class for the identity constant matrix. More...
#include <STK_Const_Arrays.h>
Public Types | |
enum | { structure_ = Arrays::vector_ , sizeRows_ = Size_ , sizeCols_ = 1 , size_ = Size_ , orient_ = Arrays::by_col_ , storage_ = Arrays::sparse_ } |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for the identity constant matrix.
Definition at line 121 of file STK_Const_Arrays.h.
typedef Type_ STK::hidden::Traits< Const::Vector< Type_, Size_ > >::Type |
Definition at line 132 of file STK_Const_Arrays.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< Const::Vector< Type_, Size_ > >::TypeConst |
Definition at line 133 of file STK_Const_Arrays.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
size_ | |
orient_ | |
storage_ |
Definition at line 123 of file STK_Const_Arrays.h.