QMCPACK
LeafFunctor< Matrix< T, Alloc >, EvalLeaf2 > Struct Template Reference
+ Collaboration diagram for LeafFunctor< Matrix< T, Alloc >, EvalLeaf2 >:

Public Types

using Type_t = T
 

Static Public Member Functions

static Type_t apply (const Matrix< T, Alloc > &mat, const EvalLeaf2 &f)
 

Detailed Description

template<class T, typename Alloc>
struct qmcplusplus::LeafFunctor< Matrix< T, Alloc >, EvalLeaf2 >

Definition at line 503 of file OhmmsMatrix.h.

Member Typedef Documentation

◆ Type_t

using Type_t = T

Definition at line 505 of file OhmmsMatrix.h.

Member Function Documentation

◆ apply()

static Type_t apply ( const Matrix< T, Alloc > &  mat,
const EvalLeaf2 f 
)
inlinestatic

Definition at line 506 of file OhmmsMatrix.h.

References EvalLeaf2::val1(), and EvalLeaf2::val2().

506 { return mat(f.val1(), f.val2()); }

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