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