QMCPACK
FnSin Struct Reference
+ Collaboration diagram for FnSin:

Public Member Functions

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

Detailed Description

Definition at line 160 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 164 of file OperatorTags.h.

References qmcplusplus::sin().

165  {
166  return (sin(a));
167  }
MakeReturn< UnaryNode< FnSin, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t sin(const Vector< T1, C1 > &l)

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