This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.sparse.linalg.spsolve

scipy.sparse.linalg.spsolve(A, b, permc_spec=None, use_umfpack=True)

Solve the sparse linear system Ax=b

Previous topic

scipy.sparse.linalg.aslinearoperator

Next topic

scipy.sparse.linalg.factorized

This Page