ScipyCG# class ScipyCG(tol=1e-08, maxiter=1000)[source]# Solves a linear system using scipy.sparse.linalg.cg. Methods solve(A, b, **kwargs) Solves the given linear system of equations Ax=b.