pub fn spmv_with_config( matrix: &CsrMatrix, x: &[f64], config: &SpmvConfig, ) -> Result<Vec<f64>>
SpMV with configuration.