| Interface | Description |
|---|---|
| ConvergenceChecker |
This interface specifies methods to check if a root-finding
algorithm has converged.
|
| RootsFinder |
This interface specifies root-finding methods for scalar
functions.
|
| Class | Description |
|---|---|
| BrentSolver |
This class implements the Brent algorithm to compute the roots of
a function in an interval.
|
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.