|
ROOT
ROOT project
|
This is the complete list of members for SolverTester, including all inherited members.
| testCalculateError() | SolverTester | inline |
| testConverStepper(std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr) | SolverTester | inline |
| testGetPreviousResult() | SolverTester | inline |
| testSaveResults() | SolverTester | inline |
| testSaveStartingPoint() | SolverTester | inline |
| testSolve(std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr, int max_iterations=100) | SolverTester | inline |
| testSolverStep(std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr) | SolverTester | inline |