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

Public Types

using Type_t = bool
 

Static Public Member Functions

static bool apply (const Matrix< T, Alloc > &v, const SizeLeaf2 &s)
 

Detailed Description

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

Definition at line 478 of file OhmmsMatrix.h.

Member Typedef Documentation

◆ Type_t

using Type_t = bool

Definition at line 480 of file OhmmsMatrix.h.

Member Function Documentation

◆ apply()

static bool apply ( const Matrix< T, Alloc > &  v,
const SizeLeaf2 s 
)
inlinestatic

Definition at line 481 of file OhmmsMatrix.h.

References Matrix< T, Alloc >::cols(), Matrix< T, Alloc >::rows(), and qmcplusplus::Units::time::s.

481 { return s(v.rows(), v.cols()); }

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