COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions
BoolCopy2ndSRing< OUT > Struct Template Reference

#include <Semirings.h>

List of all members.

Static Public Member Functions

static OUT id ()
static bool returnedSAID ()
static OUT add (const OUT &arg1, const OUT &arg2)
static const OUT & multiply (bool arg1, const OUT &arg2)
static void axpy (bool a, const OUT &x, OUT &y)
static MPI_Op mpi_op ()
static void MPI_func (void *invec, void *inoutvec, int *len, MPI_Datatype *datatype)

Detailed Description

template<class OUT>
struct BoolCopy2ndSRing< OUT >

Definition at line 23 of file Semirings.h.


Member Function Documentation

template<class OUT >
static OUT BoolCopy2ndSRing< OUT >::add ( const OUT &  arg1,
const OUT &  arg2 
)
inlinestatic

Definition at line 27 of file Semirings.h.

template<class OUT >
static void BoolCopy2ndSRing< OUT >::axpy ( bool  a,
const OUT &  x,
OUT &  y 
)
inlinestatic

Definition at line 38 of file Semirings.h.

template<class OUT >
static OUT BoolCopy2ndSRing< OUT >::id ( )
inlinestatic

Definition at line 25 of file Semirings.h.

template<class OUT >
static void BoolCopy2ndSRing< OUT >::MPI_func ( void *  invec,
void *  inoutvec,
int *  len,
MPI_Datatype *  datatype 
)
inlinestatic

Definition at line 57 of file Semirings.h.

template<class OUT >
static MPI_Op BoolCopy2ndSRing< OUT >::mpi_op ( )
inlinestatic

Definition at line 43 of file Semirings.h.

template<class OUT >
static const OUT& BoolCopy2ndSRing< OUT >::multiply ( bool  arg1,
const OUT &  arg2 
)
inlinestatic

Definition at line 34 of file Semirings.h.

template<class OUT >
static bool BoolCopy2ndSRing< OUT >::returnedSAID ( )
inlinestatic

Definition at line 26 of file Semirings.h.


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