COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
MinPlusSRing< 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 add (const T1 &arg1, const T2 &arg2)
 
static T_promote multiply (const T1 &arg1, const T2 &arg2)
 

Detailed Description

template<class T1, class T2>
struct MinPlusSRing< T1, T2 >

Definition at line 42 of file Semirings.h.

Member Typedef Documentation

◆ T_promote

template<class T1 , class T2 >
typedef promote_trait<T1,T2>::T_promote MinPlusSRing< T1, T2 >::T_promote

Definition at line 44 of file Semirings.h.

Member Function Documentation

◆ add()

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

Definition at line 46 of file Semirings.h.

◆ multiply()

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

Definition at line 51 of file Semirings.h.


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