QMCPACK
FnLdexp Struct Reference
+ Collaboration diagram for FnLdexp:

Public Member Functions

template<class T1 , class T2 >
BinaryReturn< T1, T2, FnLdexp >::Type_t operator() (const T1 &a, const T2 &b) const
 

Detailed Description

Definition at line 363 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

BinaryReturn<T1, T2, FnLdexp>::Type_t operator() ( const T1 &  a,
const T2 &  b 
) const
inline

Definition at line 367 of file OperatorTags.h.

References qmcplusplus::ldexp().

368  {
369  return (ldexp(a, b));
370  }
MakeReturn< BinaryNode< FnLdexp, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t, typename CreateLeaf< Vector< T2, C2 > >::Leaf_t > >::Expression_t ldexp(const Vector< T1, C1 > &l, const Vector< T2, C2 > &r)

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