Skip to main content

gpu_spmv

Function gpu_spmv 

Source
pub fn gpu_spmv(mat: &SparseMatrixGpu, x: &[f64]) -> Vec<f64>
Expand description

Sparse matrix–vector product: y = A · x.

§Panics

Panics if x.len() != mat.n.