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

Static Public Member Functions

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

Detailed Description

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

Definition at line 94 of file TinyMatrixOps.h.

Member Function Documentation

◆ apply()

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

Definition at line 96 of file TinyMatrixOps.h.

97  {
98  op(lhs[0], rhs[0]);
99  op(lhs[1], rhs[1]);
100  }

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