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

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
 

Detailed Description

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

Traits class for the VectorByPointProduct class.

Note
the product is evaluated when element is needed

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

Definition at line 337 of file STK_ProductOperators.h.

◆ TypeConst

Member Enumeration Documentation

◆ anonymous enum

Enumerator
structure_ 
sizeRows_ 
sizeCols_ 
orient_ 
storage_ 

Definition at line 328 of file STK_ProductOperators.h.


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