FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
meta_dot< I > Struct Template Reference

#include <Functions.hh>

Static Public Member Functions

template<class A , class B , class T >
static T f (const A &lhs, const B &rhs, const T &x)
 

Member Function Documentation

◆ f()

template<unsigned int I>
template<class A , class B , class T >
static T meta_dot< I >::f ( const A &  lhs,
const B &  rhs,
const T &  x 
)
inlinestatic
105 {
106 return lhs.apply(I) * rhs.apply(I) + meta_dot<I-1>::f(lhs,rhs,x);
107 }
static T f(const A &lhs, const B &rhs, const T &x)
Definition: Functions.hh:105

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