|
ROOT
ROOT project
|
This is the complete list of members for FixedPointConfig, including all inherited members.
| aitken | ConfigBase | |
| FixedPointConfig(double tolerance, int max_iterations, bool aitken, std::function< double(double)> function, double initial_guess, std::function< double(double)> g_function, bool verbose) | FixedPointConfig | inline |
| function | ConfigBase | |
| g_function | FixedPointConfig | |
| initial_guess | FixedPointConfig | |
| max_iterations | ConfigBase | |
| method | ConfigBase | |
| tolerance | ConfigBase | |
| verbose | ConfigBase | |
| ~ConfigBase() | ConfigBase | inlinevirtual |