FEDRA emulsion software from the OPERA Collaboration
meta_col_dot< 0 > Struct Reference

#include <MatrixFunctions.hh>

Static Public Member Functions

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

Member Function Documentation

◆ f()

template<class Matrix , class Vector >
static Matrix::value_type meta_col_dot< 0 >::f ( const Matrix &  lhs,
const Vector rhs,
const unsigned int  offset 
)
inlinestatic
119 {
120 return lhs.apply(offset) * rhs.apply(0);
121 }

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