PyamgRugeStubenSolver#

class PyamgRugeStubenSolver(tol=1e-08, maxiter=1000)[source]#

Iterative solver based on PyAMG’s ruge_stuben_solver.

Methods

solve(A, b[, x0])

Solves the given linear system of equations Ax=b.