STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
enum | { structure_ = Arrays::array2D_ , sizeRows_ = Traits<Lhs>::sizeRows_ , 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 331 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::upper_triangular_, Arrays::square_ >::Allocator |
Definition at line 355 of file STK_ProductDispatcher.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::square_ >::Type |
Definition at line 349 of file STK_ProductDispatcher.h.
typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::square_ >::TypeConst |
Definition at line 350 of file STK_ProductDispatcher.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ |
Definition at line 333 of file STK_ProductDispatcher.h.