QMCPACK
FnLog10 Struct Reference
+ Collaboration diagram for FnLog10:

Public Member Functions

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

Detailed Description

Definition at line 150 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 154 of file OperatorTags.h.

References qmcplusplus::log10().

155  {
156  return (log10(a));
157  }
MakeReturn< UnaryNode< FnLog10, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t log10(const Vector< T1, C1 > &l)

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