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

Public Types

using Type_t = typename BinaryReturn< T1, T2, OP >::Type_t
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 354 of file TinyMatrixOps.h.

Member Typedef Documentation

◆ Type_t

using Type_t = typename BinaryReturn<T1, T2, OP>::Type_t

Definition at line 356 of file TinyMatrixOps.h.

Member Function Documentation

◆ apply()

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

Definition at line 357 of file TinyMatrixOps.h.

358  {
359  return TinyMatrix<Type_t, 1, 1>(op(lhs, rhs[0]));
360  }

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