COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes
EWiseExtToPlainAdapter< RETT, NU1, NU2, BINOP > Class Template Reference

#include <CombBLAS.h>

List of all members.

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 58 of file CombBLAS.h.


Constructor & Destructor Documentation

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

Definition at line 63 of file CombBLAS.h.


Member Function Documentation

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 65 of file CombBLAS.h.


Member Data Documentation

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

Definition at line 61 of file CombBLAS.h.


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