QMCPACK
FnSqrt Struct Reference
+ Collaboration diagram for FnSqrt:

Public Member Functions

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

Detailed Description

Definition at line 180 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 184 of file OperatorTags.h.

References qmcplusplus::sqrt().

185  {
186  return (sqrt(a));
187  }
MakeReturn< UnaryNode< FnSqrt, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t sqrt(const Vector< T1, C1 > &l)

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