COMBINATORIAL_BLAS  1.6
combblas::PlusTimesSRing< T1, T2 > Struct Template Reference

#include <Semirings.h>

Public Types

typedef promote_trait< T1, T2 >::T_promote 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 T1 &arg1, const T2 &arg2)
 
static void axpy (T1 a, const T2 &x, T_promote &y)
 

Detailed Description

template<class T1, class T2>
struct combblas::PlusTimesSRing< T1, T2 >

Definition at line 215 of file Semirings.h.

Member Typedef Documentation

◆ T_promote

template<class T1 , class T2 >
typedef promote_trait<T1,T2>::T_promote combblas::PlusTimesSRing< T1, T2 >::T_promote

Definition at line 217 of file Semirings.h.

Member Function Documentation

◆ add()

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

Definition at line 221 of file Semirings.h.

◆ axpy()

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

Definition at line 230 of file Semirings.h.

◆ id()

template<class T1 , class T2 >
static T_promote combblas::PlusTimesSRing< T1, T2 >::id ( )
inlinestatic

Definition at line 218 of file Semirings.h.

◆ mpi_op()

template<class T1 , class T2 >
static MPI_Op combblas::PlusTimesSRing< T1, T2 >::mpi_op ( )
inlinestatic

Definition at line 220 of file Semirings.h.

◆ multiply()

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

Definition at line 225 of file Semirings.h.

◆ returnedSAID()

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

Definition at line 219 of file Semirings.h.


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