STK++ 0.9.13
|
#include <STK_ProductDispatcher.h>
Public Types | |
enum | { structure_ = Arrays::upper_triangular_ , 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_), Array2DUpperTriangular< Type >, SArray2DUpperTriangular< Type > >::Result | Allocator |
Definition at line 359 of file STK_ProductDispatcher.h.
typedef If<storage_==int(Arrays::dense_),Array2DUpperTriangular<Type>,SArray2DUpperTriangular<Type>>::Result STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::upper_triangular_ >::Allocator |
Definition at line 382 of file STK_ProductDispatcher.h.
typedef hidden::Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::upper_triangular_ >::Type |
Definition at line 376 of file STK_ProductDispatcher.h.
typedef RemoveConst<Type>::Type const& STK::hidden::ProductTraits< Lhs, Rhs, Arrays::upper_triangular_, Arrays::upper_triangular_ >::TypeConst |
Definition at line 377 of file STK_ProductDispatcher.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ |
Definition at line 361 of file STK_ProductDispatcher.h.