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