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

Public Types

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

Static Public Member Functions

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

Detailed Description

template<class T1, class T2, class OP>
struct qmcplusplus::OTBinary< Tensor< T1, 3 >, T2, OP >

Definition at line 461 of file TensorOps.h.

Member Typedef Documentation

◆ Type_t

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

Definition at line 463 of file TensorOps.h.

Member Function Documentation

◆ apply()

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

Definition at line 464 of file TensorOps.h.

465  {
466  return Tensor<Type_t, 3>(op(lhs[0], rhs), op(lhs[1], rhs), op(lhs[2], rhs), op(lhs[3], rhs), op(lhs[4], rhs),
467  op(lhs[5], rhs), op(lhs[6], rhs), op(lhs[7], rhs), op(lhs[8], rhs));
468  }

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