ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
This operator takes the minimum of the two input parameters and writes the result to the output variable. More...
Inherits Operator< internal::min< D1, D2, D3, implementation > >.
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. |