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

Static Public Member Functions

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

Detailed Description

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

Definition at line 162 of file TensorOps.h.

Member Function Documentation

◆ apply()

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

Definition at line 164 of file TensorOps.h.

164 { op(lhs[0], rhs[0]); }

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