|
COMBINATORIAL_BLAS
1.3
|
#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) |
Definition at line 208 of file Semirings.h.
| typedef promote_trait<T1,T2>::T_promote MinPlusSRing< T1, T2 >::T_promote |
Definition at line 210 of file Semirings.h.
|
inlinestatic |
Definition at line 214 of file Semirings.h.
|
inlinestatic |
Definition at line 223 of file Semirings.h.
|
inlinestatic |
Definition at line 211 of file Semirings.h.
|
inlinestatic |
Definition at line 213 of file Semirings.h.
|
inlinestatic |
Definition at line 218 of file Semirings.h.
|
inlinestatic |
Definition at line 212 of file Semirings.h.
1.8.1.1