FEDRA emulsion software from the OPERA Collaboration
meta_row_dot< I > Struct Template Reference

#include <MatrixFunctions.hh>

Static Public Member Functions

template<class A , class B >
static A::value_type f (const A &lhs, const B &rhs, const unsigned int offset)
 

Member Function Documentation

◆ f()

template<unsigned int I>
template<class A , class B >
static A::value_type meta_row_dot< I >::f ( const A &  lhs,
const B &  rhs,
const unsigned int  offset 
)
inlinestatic
56 {
57 return lhs.apply(offset+I) * rhs.apply(I) + meta_row_dot<I-1>::f(lhs,rhs,offset);
58 }
static A::value_type f(const A &lhs, const B &rhs, const unsigned int offset)
Definition: MatrixFunctions.hh:55

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