NewtonRaphsonMethodD Properties |
The NewtonRaphsonMethodD type exposes the following members.
Name | Description | |
---|---|---|
Derivative |
Gets a function that computes the derivative f'(x).
| |
Epsilon | Obsolete.
Gets or sets the tolerance value used for comparing x values (same as EpsilonX).
(Inherited from RootFinderD.) | |
EpsilonX |
Gets or sets the tolerance value used for comparing x values.
(Inherited from RootFinderD.) | |
EpsilonY |
Gets or sets the tolerance value used for comparing function values.
(Inherited from RootFinderD.) | |
Function |
Gets the function f(x), which root we want to find.
(Inherited from RootFinderD.) | |
MaxNumberOfIterations |
Gets or sets the maximum number of iterations.
(Inherited from RootFinderD.) | |
NumberOfIterations |
Gets or sets the number of iterations of the last
FindRoot(Double, Double) method call.
(Inherited from RootFinderD.) |