pub fn spmv_simd_f64(matrix: &CsrMatrix<f64>, x: &[f64], y: &mut [f64])
Sparse matrix-vector multiply with optional SIMD acceleration for f64.
Computes y = A * x where A is a CSR matrix of f64 values.
y = A * x
A
f64