QMCPACK
FnHypSin Struct Reference
+ Collaboration diagram for FnHypSin:

Public Member Functions

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

Detailed Description

Definition at line 170 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 174 of file OperatorTags.h.

References qmcplusplus::sinh().

175  {
176  return (sinh(a));
177  }
MakeReturn< UnaryNode< FnHypSin, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t sinh(const Vector< T1, C1 > &l)

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