COMBINATORIAL_BLAS  1.6
combblas::SelectMaxSRing< bool, T2 > Struct Template Reference

#include <Semirings.h>

Public Types

typedef T2 T_promote
 

Static Public Member Functions

static T_promote id ()
 
static bool returnedSAID ()
 
static MPI_Op mpi_op ()
 
static T_promote add (const T_promote &arg1, const T_promote &arg2)
 
static T_promote multiply (const bool &arg1, const T2 &arg2)
 
static void axpy (bool a, const T2 &x, T_promote &y)
 

Detailed Description

template<class T2>
struct combblas::SelectMaxSRing< bool, T2 >

Definition at line 194 of file Semirings.h.

Member Typedef Documentation

◆ T_promote

template<class T2 >
typedef T2 combblas::SelectMaxSRing< bool, T2 >::T_promote

Definition at line 196 of file Semirings.h.

Member Function Documentation

◆ add()

template<class T2 >
static T_promote combblas::SelectMaxSRing< bool, T2 >::add ( const T_promote arg1,
const T_promote arg2 
)
inlinestatic

Definition at line 200 of file Semirings.h.

◆ axpy()

template<class T2 >
static void combblas::SelectMaxSRing< bool, T2 >::axpy ( bool  a,
const T2 &  x,
T_promote y 
)
inlinestatic

Definition at line 208 of file Semirings.h.

◆ id()

template<class T2 >
static T_promote combblas::SelectMaxSRing< bool, T2 >::id ( )
inlinestatic

Definition at line 197 of file Semirings.h.

◆ mpi_op()

template<class T2 >
static MPI_Op combblas::SelectMaxSRing< bool, T2 >::mpi_op ( )
inlinestatic

Definition at line 199 of file Semirings.h.

◆ multiply()

template<class T2 >
static T_promote combblas::SelectMaxSRing< bool, T2 >::multiply ( const bool &  arg1,
const T2 &  arg2 
)
inlinestatic

Definition at line 204 of file Semirings.h.

◆ returnedSAID()

template<class T2 >
static bool combblas::SelectMaxSRing< bool, T2 >::returnedSAID ( )
inlinestatic

Definition at line 198 of file Semirings.h.


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