Introduction - If you have any usage issues, please Google them yourself
Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x and the output vector y are dense.
y = Ax