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