QMCPACK
OTCross< TinyVector< T1, D >, TinyVector< T2, D > > Struct Template Reference
+ Collaboration diagram for OTCross< TinyVector< T1, D >, TinyVector< T2, D > >:

Public Types

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

Static Public Member Functions

static TinyVector< Type_t, D > apply (const TinyVector< T1, D > &a, const TinyVector< T2, D > &b)
 

Detailed Description

template<class T1, class T2, unsigned D>
struct qmcplusplus::OTCross< TinyVector< T1, D >, TinyVector< T2, D > >

Definition at line 412 of file TinyVectorOps.h.

Member Typedef Documentation

◆ Type_t

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

Definition at line 414 of file TinyVectorOps.h.

Member Function Documentation

◆ apply()

static TinyVector<Type_t, D> apply ( const TinyVector< T1, D > &  a,
const TinyVector< T2, D > &  b 
)
inlinestatic

Definition at line 415 of file TinyVectorOps.h.

416  {
417  TinyVector<Type_t, D> bogusCross(-99999);
418  return bogusCross;
419  }

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