ROOT
ROOT project
Loading...
Searching...
No Matches
Classes
config.hpp File Reference

Configuration (root) classes for root-finding methods. More...

#include <functional>
#include <libROOT/method.hpp>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Saransh-cpp