pub fn spmv_scalar(matrix: &CsrMatrix<f32>, x: &[f32], y: &mut [f32])
Scalar fallback implementation of SpMV.