QMCPACK
FnHypTan Struct Reference
+ Collaboration diagram for FnHypTan:

Public Member Functions

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

Detailed Description

Definition at line 200 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 204 of file OperatorTags.h.

References qmcplusplus::tanh().

205  {
206  return (tanh(a));
207  }
MakeReturn< UnaryNode< FnHypTan, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t tanh(const Vector< T1, C1 > &l)

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