ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
This operator multiplies the two input parameters and writes the result to the output variable. More...
Inherits Operator< internal::mul< D1, D2, D3, implementation > >.
This operator multiplies 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: \( \odot(x,y)\ \to\ x \cdot y \).
D1 | The left-hand side input domain. |
D2 | The right-hand side input domain. |
D3 | The output domain. |