STK++ 0.9.13
|
Traits class for the DiagonalByArrayProduct class. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { structure_ = Rhs::structure_ , sizeRows_ = Lhs::sizeRows_ , sizeCols_ = Rhs::sizeCols_ , orient_ = Rhs::orient_ , storage_ = Rhs::storage_ } |
typedef Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for the DiagonalByArrayProduct class.
Definition at line 233 of file STK_ProductOperators.h.
typedef Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< DiagonalByArrayProduct< Lhs, Rhs > >::Type |
Definition at line 243 of file STK_ProductOperators.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< DiagonalByArrayProduct< Lhs, Rhs > >::TypeConst |
Definition at line 244 of file STK_ProductOperators.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 235 of file STK_ProductOperators.h.