STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
enum | { structure_ = Arrays::array2D_ , sizeRows_ = Traits<Lhs>::sizeRows_ , sizeCols_ = Traits<Rhs>::sizeCols_ } |
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 218 of file STK_ProductDispatcher.h.
typedef If<storage_==int(Arrays::dense_),CAllocator<Type,sizeRows_,sizeCols_,orient_>,SArray2D<Type>>::Result STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, RStructure_ >::Allocator |
Definition at line 242 of file STK_ProductDispatcher.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, RStructure_ >::Type |
Definition at line 236 of file STK_ProductDispatcher.h.
typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, Arrays::lower_triangular_, RStructure_ >::TypeConst |
Definition at line 237 of file STK_ProductDispatcher.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ |
Definition at line 220 of file STK_ProductDispatcher.h.