See: Description
| Interface | Description |
|---|---|
| RootFinder |
This is the interface for a one dimensional root finder
implemented as an question-and-answer algorithm.
|
| RootFinderWithDerivative |
This is the interface for a one dimensional root finder
implemented as an question-and-answer algorithm.
|
| Class | Description |
|---|---|
| AbstractRootFinder | |
| BisectionSearch |
This class implements a Bisection search algorithm,
implemented as a question-and-answer search algorithm.
|
| NewtonsMethod |
This class implements a root finder as question-and-answer algorithm
using Newton's method.
|
| RiddersMethod |
This class implements Ridders root finder as a question-and-answer algorithm.
|
| SecantMethod |
This class implements a root finder as question-and-answer algorithm using
the secant method.
|
| TestRootFinders |
Copyright © 2015. All rights reserved.