Overload List
| Name | Description | |
|---|---|---|
| SecantRootFinder()()() |
Constructs a SecantRootFinder instances with default tolerance and
default maximum iterations.
| |
| SecantRootFinder(Double) |
Constructs a SecantRootFinder instance with the given error tolerance.
| |
| SecantRootFinder(Int32) |
Constructs a SecantRootFinder instance with the given maximum number of
iterations.
| |
| SecantRootFinder(Double, Int32) |
Constructs a SecantRootFinder instance with the given error
tolerance and maximum number of iterations.
|