An NDoc Documented Class Library

IterativeMethod Constructor

Default constructor.

Maximum iterations is set to 100 and maximum relative error is set to 1.0e-15.

Overload List

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);

See Also

IterativeMethod Class | numerics4net Namespace