FEDRA emulsion software from the OPERA Collaboration
meta_row_dot< 0 > Struct 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<class A , class B >
static A::value_type meta_row_dot< 0 >::f ( const A &  lhs,
const B rhs,
const unsigned int  offset 
)
inlinestatic
69  {
70  return lhs.apply(offset) * rhs.apply(0);
71  }

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