NewtonRaphson Properties |
The NewtonRaphson type exposes the following members.
| Name | Description | |
|---|---|---|
| Derivative |
Derivative of function to solve, if available, otherwise null.
| |
| Epsilon | ||
| FEpsilon | ||
| Func |
Function to solve
| |
| MaxIter |
Maximum number of iterations. Default 100
| |
| NewValueAction |
Action to perform when a new value is calculated.
| |
| NumIter |
Hold the actual number of iterations for the last solve.
|