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

Traits class for the DotProduct class. More...

#include <STK_DotProduct.h>

Public Types

enum  {
  structure_ = Arrays::number_ , orient_ = Arrays::by_col_ , sizeRows_ = 1 , sizeCols_ = 1 ,
  storage_ = Arrays::dense_
}
 
typedef Promote< typenameLhs::Type, typenameRhs::Type >::result_type Type
 
typedef RemoveConst< Type >::Type constTypeConst
 
typedef CAllocator< Type, sizeRows_, sizeCols_,(bool) orient_Allocator
 

Detailed Description

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

Traits class for the DotProduct class.

Definition at line 51 of file STK_DotProduct.h.

Member Typedef Documentation

◆ Allocator

◆ Type

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

Definition at line 61 of file STK_DotProduct.h.

◆ TypeConst

Definition at line 62 of file STK_DotProduct.h.

Member Enumeration Documentation

◆ anonymous enum

Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
storage_ 

Definition at line 53 of file STK_DotProduct.h.


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