Template Function GraphBLAS::MxV(const Matrix&, const NetworKit::Vector&)

Function Documentation

template<class SemiRing = ArithmeticSemiring, class Matrix>
NetworKit::Vector GraphBLAS::MxV(const Matrix &A, const NetworKit::Vector &v)

Computes the matrix-vector product of matrix A and Vector v. The default Semiring is the ArithmeticSemiring.

Parameters:
  • A

  • v