QMCPACK
FnTan Struct Reference
+ Collaboration diagram for FnTan:

Public Member Functions

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

Detailed Description

Definition at line 190 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 194 of file OperatorTags.h.

References qmcplusplus::tan().

195  {
196  return (tan(a));
197  }
MakeReturn< UnaryNode< FnTan, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t tan(const Vector< T1, C1 > &l)

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