Maximum iterations is set to 100 and maximum relative error is set to 1.0e-15.
Default constructor. Maximum iterations is set to 100 and maximum relative error is set to 1.0e-15.
protected IterativeMethod();
Construct an iterative method using the given maximum relative error and maximum number of iterations.
protected IterativeMethod(uint,double);