COMBINATORIAL_BLAS  1.6
combblas::BoolCopy1stSRing< OUT > Struct Template Reference

#include <Semirings.h>

Static Public Member Functions

static OUT id ()
 
static bool returnedSAID ()
 
static OUT add (const OUT &arg1, const OUT &arg2)
 
static const OUT & multiply (const OUT &arg1, bool arg2)
 
static void axpy (const OUT &a, bool 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 combblas::BoolCopy1stSRing< OUT >

Definition at line 99 of file Semirings.h.

Member Function Documentation

◆ add()

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

Definition at line 103 of file Semirings.h.

◆ axpy()

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

Definition at line 114 of file Semirings.h.

◆ id()

template<class OUT >
static OUT combblas::BoolCopy1stSRing< OUT >::id ( )
inlinestatic

Definition at line 101 of file Semirings.h.

◆ MPI_func()

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

Definition at line 133 of file Semirings.h.

◆ mpi_op()

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

Definition at line 119 of file Semirings.h.

◆ multiply()

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

Definition at line 110 of file Semirings.h.

◆ returnedSAID()

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

Definition at line 102 of file Semirings.h.


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