spsolve

Function spsolve 

Source
pub fn spsolve<F>(a: &CsrMatrix<F>, b: &[F]) -> SparseResult<Vec<F>>
where F: Float + NumAssign + Sum + 'static + Debug,
Expand description

Solve a sparse linear system Ax = b