Optimist
0.0.0
A C++ library for optimization
|
Namespace for scalar root-finding algorithms.
Classes | |
class | Algo748 |
Class container for the Algorithm 748. More... | |
class | Bracketing |
Class container for the Bracketing algorithms. More... | |
class | Chandrupatla |
Class container for the Chandrupatla algorithm. More... | |
class | Chebyshev |
Class container for the Chebyshev's method. More... | |
class | Halley |
Class container for the Halley's method. More... | |
class | Newton |
Class container for the Newton's method. More... | |
class | ScalarRootFinder |
Class container for the scalar scalar root-finder. More... | |
class | Varona |
Class container for the Varona's methods. More... | |