STK++ 0.9.13
|
Traits class for the VectorByPointProduct class. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { structure_ = Arrays::array2D_ , sizeRows_ = Traits<Lhs>::sizeRows_ , sizeCols_ = Traits<Rhs>::sizeCols_ , orient_ = Arrays::by_col_ , storage_ } |
typedef Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for the VectorByPointProduct class.
Definition at line 326 of file STK_ProductOperators.h.
typedef Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< VectorByPointProduct< Lhs, Rhs > >::Type |
Definition at line 337 of file STK_ProductOperators.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< VectorByPointProduct< Lhs, Rhs > >::TypeConst |
Definition at line 338 of file STK_ProductOperators.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 328 of file STK_ProductOperators.h.