pymatsolver.solvers.Base.check_accuracy# property Base.check_accuracy# Whether the check the accuracy after a solve. Performs a test of: >>> all(A @ x_solve - rhs <= max(check_rtol * norm(rhs), check_atol)) Returns: bool