STK++ 0.9.13
STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, RhsStructure_ > Struct Template Reference

#include <STK_ProductDispatcher.h>

Public Types

enum  {
  structure_ = Arrays::point_ , sizeRows_ = Traits<Result>::sizeRows_ , sizeCols_ = Traits<Result>::sizeCols_ , orient_ = Traits<Result>::orient_ ,
  storage_ = Traits<Result>::storage_
}
 
typedef MultCoefImpl< Lhs, Rhs, Result > MultCoeff
 

Static Public Member Functions

static void run (Lhs const &lhs, Rhs const &rhs, Result &res)
 

Detailed Description

template<class Lhs, class Rhs, class Result, int RhsStructure_>
struct STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, RhsStructure_ >

Definition at line 563 of file STK_ProductDispatcher.h.

Member Typedef Documentation

◆ MultCoeff

template<class Lhs , class Rhs , class Result , int RhsStructure_>
typedef MultCoefImpl<Lhs, Rhs, Result> STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, RhsStructure_ >::MultCoeff

Definition at line 573 of file STK_ProductDispatcher.h.

Member Enumeration Documentation

◆ anonymous enum

Member Function Documentation

◆ run()

template<class Lhs , class Rhs , class Result , int RhsStructure_>
static void STK::hidden::ProductDispatcher< Lhs, Rhs, Result, Arrays::point_, RhsStructure_ >::run ( Lhs const lhs,
Rhs const rhs,
Result &  res 
)
inlinestatic

Definition at line 574 of file STK_ProductDispatcher.h.

575 {
576 for (int j=rhs.beginCols(); j< rhs.endCols(); j++)
577 { MultCoeff::dot(lhs, rhs, res, j);}
578 }

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