QMCPACK
FnHypCos Struct Reference
+ Collaboration diagram for FnHypCos:

Public Member Functions

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

Detailed Description

Definition at line 100 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 104 of file OperatorTags.h.

References qmcplusplus::cosh().

105  {
106  return (cosh(a));
107  }
MakeReturn< UnaryNode< FnHypCos, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t cosh(const Vector< T1, C1 > &l)

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