FEDRA emulsion software from the OPERA Collaboration
Static Public Member Functions
|
List of all members
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
)
inline
static
105
{
106
return
lhs.apply(I) * rhs.apply(I) +
meta_dot<I-1>::f
(lhs,rhs,x);
107
}
meta_dot::f
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:
src/libVt++/smatrix/include/
Functions.hh
meta_dot
Generated by
1.9.1