Skip to main content

spmv_simd_f64

Function spmv_simd_f64 

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

Sparse matrix-vector multiply with optional SIMD acceleration for f64.

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