#include <solver_tester.hpp>
|
| template<typename T > |
| void | testConverStepper (std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr) |
| |
| void | testSaveResults () |
| |
| void | testCalculateError () |
| |
| void | testSaveStartingPoint () |
| |
| void | testGetPreviousResult () |
| |
| template<typename T > |
| void | testSolverStep (std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr) |
| |
| template<typename T > |
| void | testSolve (std::function< double(double)> func, T initial_guess, Method method, std::function< double(double)> derivative_or_function_g=nullptr, int max_iterations=100) |
| |
◆ testCalculateError()
| void SolverTester::testCalculateError |
( |
| ) |
|
|
inline |
◆ testConverStepper()
template<typename T >
| void SolverTester::testConverStepper |
( |
std::function< double(double)> |
func, |
|
|
T |
initial_guess, |
|
|
Method |
method, |
|
|
std::function< double(double)> |
derivative_or_function_g = nullptr |
|
) |
| |
|
inline |
◆ testGetPreviousResult()
| void SolverTester::testGetPreviousResult |
( |
| ) |
|
|
inline |
◆ testSaveResults()
| void SolverTester::testSaveResults |
( |
| ) |
|
|
inline |
◆ testSaveStartingPoint()
| void SolverTester::testSaveStartingPoint |
( |
| ) |
|
|
inline |
◆ testSolve()
◆ testSolverStep()
The documentation for this class was generated from the following file: