Skip to main content

spmv_with_config

Function spmv_with_config 

Source
pub fn spmv_with_config(
    matrix: &CsrMatrix,
    x: &[f64],
    config: &SpmvConfig,
) -> Result<Vec<f64>>
Expand description

SpMV with configuration.