ALP User Documentation 0.7.alpha
Algebraic Programming User Documentation
|
This operator takes the minimum of the two input parameters and writes the result to the output variable. More...
#include <ops.hpp>
Inherits Operator< internal::min< D1, D1, D1, config::default_backend > >.
This operator takes the minimum of the two input parameters and writes the result to the output variable.
It exposes the complete interface detailed in grb::operators::internal::Operator. This operator can be passed to any GraphBLAS function or object constructor.
Mathematical notation: \( \max(x,y)\ \to\ \begin{cases} x \text{ if } x < y \\ y \text{ otherwise} \end{cases} \).
D1 | The left-hand side input domain. |
D2 | The right-hand side input domain. |
D3 | The output domain. |