STK++ 0.9.13
|
Traits class for the sub vector operator. More...
#include <STK_SlicingOperators.h>
Public Types | |
enum | { structure_ = Lhs::structure_ , orient_ = Lhs::orient_ , sizeRows_ = (structure_ == int(Arrays::point_)) ? 1 : Size_ , sizeCols_ = (structure_ == int(Arrays::vector_)) ? 1 : Size_ , storage_ = Lhs::storage_ } |
typedef RowOperator< SubVectorOperator< Lhs, Size_ > > | Row |
typedef ColOperator< SubVectorOperator< Lhs, Size_ > > | Col |
typedef Lhs::Type | Type |
typedef Lhs::TypeConst | TypeConst |
Traits class for the sub vector operator.
Definition at line 246 of file STK_SlicingOperators.h.
typedef ColOperator<SubVectorOperator <Lhs, Size_> > STK::hidden::Traits< SubVectorOperator< Lhs, Size_ > >::Col |
Definition at line 257 of file STK_SlicingOperators.h.
typedef RowOperator<SubVectorOperator <Lhs, Size_> > STK::hidden::Traits< SubVectorOperator< Lhs, Size_ > >::Row |
Definition at line 256 of file STK_SlicingOperators.h.
typedef Lhs::Type STK::hidden::Traits< SubVectorOperator< Lhs, Size_ > >::Type |
Definition at line 258 of file STK_SlicingOperators.h.
typedef Lhs::TypeConst STK::hidden::Traits< SubVectorOperator< Lhs, Size_ > >::TypeConst |
Definition at line 259 of file STK_SlicingOperators.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 248 of file STK_SlicingOperators.h.