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