Skip to main content

spmv_parallel

Function spmv_parallel 

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

Parallel SpMV using row-based parallelism.

Each row is processed independently, making this suitable for GPU execution.