The NewtonRaphsonRootFinder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NewtonRaphsonRootFinder | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this root finder.
(Overrides RootFinderBase..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| Find | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Error |
Gets the error associated with the root just computed.
(Inherited from RootFinderBase.) | |
| Iterations |
Gets the number of iterations used computing the last root.
(Inherited from RootFinderBase.) | |
| MaxIterations |
Gets and sets the maximum number of iterations used in finding roots.
(Inherited from RootFinderBase.) | |
| MaxIterationsMet |
Returns true if the root just computed stopped because the
maximum number of iterations was reached; otherwise, false.
(Inherited from RootFinderBase.) | |
| Tolerance |
Gets and sets the error tolerance used in finding roots.
(Inherited from RootFinderBase.) | |
| ToleranceMet |
Returns true if the root just computed stopped because the
error tolerance was reached; otherwise, false.
(Inherited from RootFinderBase.) |