| ZerosFunction Properties |
The ZerosFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteError |
The second convergence criterion.
| |
| AllConverged |
Returns true if the iterations for all of the roots have converged.
| |
| Error |
First convergence criterion.
| |
| MaxEvaluations |
The maximum number of function evaluations allowed.
| |
| MinimumSeparation |
Sets the minimum separation between accepted roots.
| |
| MullerTolerance |
Tolerance used during refinement to determine if Müllers method is
started.
| |
| NumberOfEvaluations |
The actual number of function evaluations performed.
| |
| NumberOfRoots |
The requested number of roots to be found.
| |
| NumberOfRootsFound |
Returns the number of zeros found.
| |
| XScale |
Sets the the scaling in the x-coordinate.
|