STK++ 0.9.13
|
Traits class for the ArrayByArrayProduct class. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { lhs_structure_ = Traits<Lhs>::structure_ , rhs_structure_ = Traits<Rhs>::structure_ , structure_ = Base::structure_ , sizeRows_ = Base::sizeRows_ , sizeCols_ = Base::sizeCols_ , orient_ = Base::orient_ , storage_ = Base::storage_ , useForRows_ = Base::useForRows_ , useForCols_ = Base::useForCols_ } |
typedef ProductTraits< Lhs, Rhs, Traits< Lhs >::structure_, Traits< Rhs >::structure_ > | Base |
typedef Base::Type | Type |
typedef Base::TypeConst | TypeConst |
typedef Base::Allocator | Allocator |
Traits class for the ArrayByArrayProduct class.
Definition at line 611 of file STK_ProductOperators.h.
typedef Base::Allocator STK::hidden::Traits< ArrayByArrayProduct< Lhs, Rhs > >::Allocator |
Definition at line 631 of file STK_ProductOperators.h.
typedef ProductTraits<Lhs, Rhs, Traits<Lhs>::structure_, Traits<Rhs>::structure_> STK::hidden::Traits< ArrayByArrayProduct< Lhs, Rhs > >::Base |
Definition at line 614 of file STK_ProductOperators.h.
typedef Base::Type STK::hidden::Traits< ArrayByArrayProduct< Lhs, Rhs > >::Type |
Definition at line 629 of file STK_ProductOperators.h.
typedef Base::TypeConst STK::hidden::Traits< ArrayByArrayProduct< Lhs, Rhs > >::TypeConst |
Definition at line 630 of file STK_ProductOperators.h.
Enumerator | |
---|---|
lhs_structure_ | |
rhs_structure_ | |
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ | |
useForRows_ | |
useForCols_ |
Definition at line 616 of file STK_ProductOperators.h.