Click or drag to resize

NewtonRootFinder Properties

The NewtonRootFinder type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy Gets or sets the desired accuracy for the computed root.
(Inherited from AbstractRootFinder)
Public propertyBracketingFactor Gets or sets the factor used for outward bracketing when searching for an interval that contains a root.
(Inherited from AbstractRootFinder)
Public propertyMaximumNumberOfIterations Sets the maximum number of iterations.
(Inherited from AbstractRootFinder)
Top
See Also