Defined in File GraphBLAS.hpp
Computes the matrix-matrix multiplication of A and B. Note that A.numberOfColumns() must be equal to B.numberOfRows() and the zero elements must be the same. The default Semiring is the ArithmeticSemiring.
A –
B –
The result of the multiplication A * B.