Open jdmoorman opened 4 years ago
We have two options when the system of equations is inconsistent:
maxiter
My preference is the former, since I frequently plot error vs iteration for inconsistent systems knowing that they will not converge.
I chose a somewhat arbitrary default value of log(tol^2)/log(1 - 1/(10*min(m, n))) for now. We should come up with a justifiable default at some point.
log(tol^2)/log(1 - 1/(10*min(m, n)))
We have two options when the system of equations is inconsistent:
maxiter
.My preference is the former, since I frequently plot error vs iteration for inconsistent systems knowing that they will not converge.