ScipySpsolve# class ScipySpsolve[source]# Solves a linear system using scipy.sparse.linalg.spsolve. Methods solve(A, b, **kwargs) Solves the given linear system of equations Ax=b.