Skip to main content

spmv_simd

Function spmv_simd 

Source
pub fn spmv_simd(matrix: &CsrMatrix<f32>, x: &[f32], y: &mut [f32])
Expand description

Sparse matrix-vector multiply with optional SIMD acceleration.

Computes y = A * x where A is a CSR matrix of f32 values.