pub fn sparse_matvec( matrix: &SparseMatrix, vector: &Array1<Float>, ) -> Result<Array1<Float>>
Sparse matrix vector multiplication