STK++ 0.9.13
|
Traits class for array2d by diagonal product. More...
#include <STK_ProductOperators.h>
Public Types | |
enum | { structure_ = Lhs::structure_ , sizeRows_ = Lhs::sizeRows_ , sizeCols_ = Rhs::sizeCols_ , orient_ = Lhs::orient_ , storage_ = Lhs::storage_ } |
typedef Promote< typenameLhs::Type, typenameRhs::Type >::result_type | Type |
typedef RemoveConst< Type >::Type | TypeConst |
Traits class for array2d by diagonal product.
Definition at line 145 of file STK_ProductOperators.h.
typedef Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type |
Definition at line 155 of file STK_ProductOperators.h.
typedef RemoveConst<Type>::Type STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::TypeConst |
Definition at line 156 of file STK_ProductOperators.h.
Enumerator | |
---|---|
structure_ | |
sizeRows_ | |
sizeCols_ | |
orient_ | |
storage_ |
Definition at line 147 of file STK_ProductOperators.h.