PardisoSpsolve#

class PardisoSpsolve[source]#

Solves a linear system using pypardiso.spsolve.

Methods

solve(A, b, **kwargs)

Solves the given linear system of equations Ax=b.