FEDRA emulsion software from the OPERA Collaboration
Fabs< T > Class Template Reference

#include <UnaryOperators.hh>

Static Public Member Functions

static T apply (const T &rhs)
 

Member Function Documentation

◆ apply()

template<class T >
static T Fabs< T >::apply ( const T &  rhs)
inlinestatic
86 {
87 return fabs(rhs);
88 }
Expr< UnaryOp< Fabs< T >, Expr< A, T, D >, T >, T, D > fabs(const Expr< A, T, D > &rhs)
Definition: UnaryOperators.hh:96

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