STK++ 0.9.13
|
Traits class for the DotProduct class. More...
#include <STK_DotProduct.h>
Public Types | |
enum | { structure_ = Arrays::number_ , orient_ = Arrays::by_col_ , sizeRows_ = 1 , sizeCols_ = 1 , storage_ = Arrays::dense_ } |
typedef Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
typedef CAllocator< Type, sizeRows_, sizeCols_,(bool) orient_ > | Allocator |
Traits class for the DotProduct class.
Definition at line 51 of file STK_DotProduct.h.
typedef CAllocator<Type, sizeRows_, sizeCols_, (bool)orient_> STK::hidden::Traits< DotProduct< Lhs, Rhs > >::Allocator |
Definition at line 63 of file STK_DotProduct.h.
typedef Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< DotProduct< Lhs, Rhs > >::Type |
Definition at line 61 of file STK_DotProduct.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< DotProduct< Lhs, Rhs > >::TypeConst |
Definition at line 62 of file STK_DotProduct.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeRows_ | |
sizeCols_ | |
storage_ |
Definition at line 53 of file STK_DotProduct.h.