ROOT
ROOT project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SolverTester Class Reference

#include <solver_tester.hpp>

Inheritance diagram for SolverTester:
Inheritance graph
Collaboration diagram for SolverTester:
Collaboration graph

Public Member Functions

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)
 

Member Function Documentation

◆ testCalculateError()

void SolverTester::testCalculateError ( )
inline

◆ testConverStepper()

template<typename T >
void SolverTester::testConverStepper ( std::function< double(double)>  func,
initial_guess,
Method  method,
std::function< double(double)>  derivative_or_function_g = nullptr 
)
inline
Here is the call graph for this function:

◆ testGetPreviousResult()

void SolverTester::testGetPreviousResult ( )
inline
Here is the call graph for this function:

◆ testSaveResults()

void SolverTester::testSaveResults ( )
inline
Here is the call graph for this function:

◆ testSaveStartingPoint()

void SolverTester::testSaveStartingPoint ( )
inline
Here is the call graph for this function:

◆ testSolve()

template<typename T >
void SolverTester::testSolve ( std::function< double(double)>  func,
T  initial_guess,
Method  method,
std::function< double(double)>  derivative_or_function_g = nullptr,
int  max_iterations = 100 
)
inline
Here is the call graph for this function:

◆ testSolverStep()

template<typename T >
void SolverTester::testSolverStep ( std::function< double(double)>  func,
T  initial_guess,
Method  method,
std::function< double(double)>  derivative_or_function_g = nullptr 
)
inline
Here is the call graph for this function:

The documentation for this class was generated from the following file: