COMBINATORIAL_BLAS  1.6
combblas::minimum< T > Struct Template Reference

Compute the minimum of two values. More...

#include <Operations.h>

Inheritance diagram for combblas::minimum< T >:

Public Member Functions

const T operator() (const T &x, const T &y) const
 

Detailed Description

template<typename T>
struct combblas::minimum< T >

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.

Member Function Documentation

◆ operator()()

template<typename T >
const T combblas::minimum< T >::operator() ( const T &  x,
const T &  y 
) const
inline
Returns
the minimum of x and y.

Definition at line 175 of file Operations.h.


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