Compute the minimum of two values. More...
#include <Operations.h>
Public Member Functions | |
const T | operator() (const T &x, const T &y) const |
Compute the minimum of two values.
This binary function object computes the minimum 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_MIN
.
Definition at line 172 of file Operations.h.
|
inline |
Definition at line 175 of file Operations.h.