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

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
 

Detailed Description

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

Traits class for the DiagonalByArrayProduct class.

Definition at line 233 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< DiagonalByArrayProduct< Lhs, Rhs > >::Type

Definition at line 243 of file STK_ProductOperators.h.

◆ TypeConst

Member Enumeration Documentation

◆ anonymous enum


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