pymatsolver.Forward.check_accuracy#

property Forward.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