STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
enum | { structure_ = Arrays::array2D_ , sizeRows_ = Traits<Lhs>::sizeRows_ , sizeCols_ , storage_ , useForRows_ = Arrays::useLhsSize_ , useForCols_ = Traits<Lhs>::sizeCols_ != UnknownSize ? Arrays::useLhsSize_ : Arrays::useRhsSize_ } |
typedef hidden::Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
typedef If< storage_==int(Arrays::dense_), CAllocator< Type, sizeRows_, sizeCols_, orient_ >, SArray2D< Type > >::Result | Allocator |
Definition at line 155 of file STK_ProductDispatcher.h.
typedef If<storage_==int(Arrays::dense_),CAllocator<Type,sizeRows_,sizeCols_,orient_>,SArray2D<Type>>::Result STK::hidden::ProductTraits< Lhs, Rhs, LStructure_, Arrays::square_ >::Allocator |
Definition at line 182 of file STK_ProductDispatcher.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, LStructure_, Arrays::square_ >::Type |
Definition at line 176 of file STK_ProductDispatcher.h.
typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, LStructure_, Arrays::square_ >::TypeConst |
Definition at line 177 of file STK_ProductDispatcher.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
storage_ | |
useForRows_ | |
useForCols_ |
Definition at line 157 of file STK_ProductDispatcher.h.