|
STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
| enum | { structure_ = Arrays::square_ , 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 186 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::square_, Arrays::square_ >::Allocator |
Definition at line 212 of file STK_ProductDispatcher.h.
| typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, Arrays::square_ >::Type |
Definition at line 206 of file STK_ProductDispatcher.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, Arrays::square_, Arrays::square_ >::TypeConst |
Definition at line 207 of file STK_ProductDispatcher.h.
| Enumerator | |
|---|---|
| structure_ | |
| sizeRows_ | |
| sizeCols_ | |
Definition at line 188 of file STK_ProductDispatcher.h.