STK++ 0.9.13
|
Traits class for the ArrayByVectorProduct class. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeRows_ = Traits<Lhs>::sizeRows_ , sizeCols_ = 1 , storage_ } |
typedef hidden::Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
typedef CAllocator< Type, sizeRows_, sizeCols_, orient_ > | Allocator |
Traits class for the ArrayByVectorProduct class.
Definition at line 511 of file STK_ProductOperators.h.
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< ArrayByVectorProduct< Lhs, Rhs > >::Allocator |
Definition at line 526 of file STK_ProductOperators.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< ArrayByVectorProduct< Lhs, Rhs > >::Type |
Definition at line 523 of file STK_ProductOperators.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< ArrayByVectorProduct< Lhs, Rhs > >::TypeConst |
Definition at line 524 of file STK_ProductOperators.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 513 of file STK_ProductOperators.h.