STK++ 0.9.13
|
Traits class for the PointByArrayProduct. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { structure_ = Arrays::point_ , sizeRows_ = 1 , sizeCols_ = Traits<Rhs>::sizeCols_ , orient_ = Arrays::by_row_ , 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 PointByArrayProduct.
Definition at line 411 of file STK_ProductOperators.h.
typedef CAllocator<Type, sizeRows_, sizeCols_, orient_> STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >::Allocator |
Definition at line 426 of file STK_ProductOperators.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >::Type |
Definition at line 423 of file STK_ProductOperators.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< PointByArrayProduct< Lhs, Rhs > >::TypeConst |
Definition at line 424 of file STK_ProductOperators.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 413 of file STK_ProductOperators.h.