QMCPACK
FnArcTan Struct Reference
+ Collaboration diagram for FnArcTan:

Public Member Functions

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

Detailed Description

Definition at line 70 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 74 of file OperatorTags.h.

References qmcplusplus::atan().

75  {
76  return (atan(a));
77  }
MakeReturn< UnaryNode< FnArcTan, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t atan(const Vector< T1, C1 > &l)

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