Defined in File GraphBLAS.hpp
Computes the matrix-vector product of matrix A and Vector v and adds it to c where the add operation is that of the specified Semiring (i.e. c[i] = SemiRing::add(c[i], (A*v)[i]). The default Semiring is the ArithmeticSemiring.
A –
v –
c –