QMCPACK
OTAssign< SymTensor< T1, D >, T2, OP > Struct Template Reference
+ Collaboration diagram for OTAssign< SymTensor< T1, D >, T2, OP >:

Static Public Member Functions

static void apply (SymTensor< T1, D > &lhs, T2 rhs, OP op)
 

Detailed Description

template<class T1, class T2, class OP, unsigned D>
struct qmcplusplus::OTAssign< SymTensor< T1, D >, T2, OP >

Definition at line 146 of file TensorOps.h.

Member Function Documentation

◆ apply()

static void apply ( SymTensor< T1, D > &  lhs,
T2  rhs,
OP  op 
)
inlinestatic

Definition at line 148 of file TensorOps.h.

149  {
150  for (unsigned d = 0; d < D * (D + 1) / 2; ++d)
151  op(lhs[d], rhs);
152  }

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