|
COMBINATORIAL_BLAS
1.3
|
Compute the maximum of two values. More...
#include <Operations.h>
Public Member Functions | |
| const T | operator() (const T &x, const T &y) const |
Compute the maximum of two values.
This binary function object computes the maximum of the two values it is given. When used with MPI and a type T that has an associated, built-in MPI data type, translates to MPI_MAX.
Definition at line 133 of file Operations.h.
|
inline |
Definition at line 136 of file Operations.h.
1.8.1.1