FEDRA emulsion software from the OPERA Collaboration
Static Public Member Functions
|
List of all members
MulOp< T > Class Template Reference
#include <
BinaryOperators.hh
>
Static Public Member Functions
static T
apply
(const T &lhs, const T &rhs)
Member Function Documentation
◆
apply()
template<class T >
static T
MulOp
< T >::apply
(
const T &
lhs
,
const T &
rhs
)
inline
static
428
{
429
return
lhs * rhs;
430
}
The documentation for this class was generated from the following file:
/home/antonio/fedra_doxygen/src/libVt++/smatrix/include/
BinaryOperators.hh
MulOp
Generated by
1.9.3