STK++ 0.9.13
STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > > Struct Template Reference

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
 

Detailed Description

template<typename Lhs, typename Rhs>
struct STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >

Traits class for array2d by diagonal product.

Definition at line 145 of file STK_ProductOperators.h.

Member Typedef Documentation

◆ Type

template<typename Lhs , typename Rhs >
typedef Promote<typenameLhs::Type,typenameRhs::Type>::result_type STK::hidden::Traits< ArrayByDiagonalProduct< Lhs, Rhs > >::Type

Definition at line 155 of file STK_ProductOperators.h.

◆ TypeConst

Member Enumeration Documentation

◆ anonymous enum


The documentation for this struct was generated from the following file: