QMCPACK
FnFabs Struct Reference
+ Collaboration diagram for FnFabs:

Public Member Functions

template<class T >
UnaryReturn< T, FnFabs >::Type_t operator() (const T &a) const
 

Detailed Description

Definition at line 120 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

UnaryReturn<T, FnFabs>::Type_t operator() ( const T &  a) const
inline

Definition at line 124 of file OperatorTags.h.

References qmcplusplus::abs().

125  {
126  return (std::abs(a));
127  }
MakeReturn< UnaryNode< FnFabs, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t abs(const Vector< T1, C1 > &l)

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