[][src]Function totsu::matlinalg::spsolve_lsqr

pub fn spsolve_lsqr(mat_a: &SpMat, mat_b: &Mat) -> Mat

Solves sparse matrix linear equations by LSQR

References