COMBINATORIAL_BLAS  1.6
EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP > Class Template Reference

#include <CombBLAS.h>

Public Member Functions

 EWiseExtToPlainAdapter (BINOP op)
 
RETT operator() (const NU1 &a, const NU2 &b, bool aIsNull, bool bIsNull)
 

Public Attributes

BINOP plain_binary_op
 

Detailed Description

template<typename RETT, typename NU1, typename NU2, typename BINOP>
class EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP >

Definition at line 95 of file CombBLAS.h.

Constructor & Destructor Documentation

◆ EWiseExtToPlainAdapter()

template<typename RETT , typename NU1 , typename NU2 , typename BINOP >
EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP >::EWiseExtToPlainAdapter ( BINOP  op)
inline

Definition at line 100 of file CombBLAS.h.

Member Function Documentation

◆ operator()()

template<typename RETT , typename NU1 , typename NU2 , typename BINOP >
RETT EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP >::operator() ( const NU1 &  a,
const NU2 &  b,
bool  aIsNull,
bool  bIsNull 
)
inline

Definition at line 102 of file CombBLAS.h.

Member Data Documentation

◆ plain_binary_op

template<typename RETT , typename NU1 , typename NU2 , typename BINOP >
BINOP EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP >::plain_binary_op

Definition at line 98 of file CombBLAS.h.


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