pub fn spmv(matrix: &CsrMatrix, x: &[f64]) -> Result<Vec<f64>>
Sequential SpMV: y = A * x.
matrix
x
Output vector y = A * x