ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
This operator takes the sum of the two input parameters and writes it to the output variable. More...
#include <ops.hpp>
Inherits Operator< internal::add< D1, D1, D1, config::default_backend > >.
This operator takes the sum of the two input parameters and writes it 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: \( \odot(x,y)\ \to\ x + y \).
D1 | The left-hand side input domain. |
D2 | The right-hand side input domain. |
D3 | The output domain. |