Defined in File GraphBLAS.hpp
Computes the matrix-matrix multiplication of A and B and adds it to C where the add operation is that of the specified Semiring (i.e. C(i,j) = SemiRing::add(C(i,j), (A*B)(i,j))). The default Semiring is the ArithmeticSemiring.
A –
B –
C –