QMCPACK
FnCos Struct Reference
+ Collaboration diagram for FnCos:

Public Member Functions

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

Detailed Description

Definition at line 90 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 94 of file OperatorTags.h.

References qmcplusplus::cos().

95  {
96  return (cos(a));
97  }
MakeReturn< UnaryNode< FnCos, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t cos(const Vector< T1, C1 > &l)

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