QMCPACK
FnArcTan2 Struct Reference
+ Collaboration diagram for FnArcTan2:

Public Member Functions

template<class T1 , class T2 >
BinaryReturn< T1, T2, FnArcTan2 >::Type_t operator() (const T1 &a, const T2 &b) const
 

Detailed Description

Definition at line 393 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

BinaryReturn<T1, T2, FnArcTan2>::Type_t operator() ( const T1 &  a,
const T2 &  b 
) const
inline

Definition at line 397 of file OperatorTags.h.

References qmcplusplus::atan2().

398  {
399  return (atan2(a, b));
400  }
MakeReturn< BinaryNode< FnArcTan2, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t, typename CreateLeaf< Vector< T2, C2 > >::Leaf_t > >::Expression_t atan2(const Vector< T1, C1 > &l, const Vector< T2, C2 > &r)

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