|
ROOT
ROOT project
|
Configuration (root) classes for root-finding methods. More...


Go to the source code of this file.
Classes | |
| class | ConfigBase |
| Base (shared) configuration (data) class for root-finding methods. More... | |
| class | BisectionConfig |
| Configuration (data) class for the Bisection method. More... | |
| class | NewtonConfig |
| Configuration (data) class for the Newton method. More... | |
| class | ChordsConfig |
| Configuration (data) class for the Secant method. More... | |
| class | FixedPointConfig |
| Configuration (data) class for the Fixed Point method. More... | |
Configuration (root) classes for root-finding methods.
This file defines the configuration classes for various root-finding methods, including Bisection, Newton, Secant, and Fixed Point methods. Each configuration class encapsulates the parameters required for its respective method.
This file was written with constant LLM assistance (vibe coded). I built the structure and logic, and the LLM helped fill in the details.