ReFRACtor
|
#include <bard_nlls_problem.h>
#include <brown_nlls_problem.h>
#include <freudenstein_roth_nlls_problem.h>
#include <helical_valley_nlls_problem.h>
#include <jennrich_sampson_nlls_problem.h>
#include <meyer_nlls_problem.h>
#include <powell_nlls_problem.h>
#include <powell_singular_nlls_problem.h>
#include <rosenbrock2_nlls_problem.h>
#include <unit_test_support.h>
#include <fp_exception.h>
#include <nlls_solver_gsl_sm.h>
#include <bard_ml_problem.h>
#include <meyer_ml_problem.h>
#include <nlls_max_likelihood.h>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (freudenstein_roth_b_gsl_sm__default) | |
BOOST_AUTO_TEST_CASE (freudenstein_roth_b_gsl_sm__lm_more_svd) | |
BOOST_AUTO_TEST_CASE (freudenstein_roth_b_gsl_sm__lmaccel_more_svd) | |
BOOST_AUTO_TEST_CASE (freudenstein_roth_b_gsl_sm__subspace2D_more_svd) | |
BOOST_AUTO_TEST_CASE (freudenstein_roth_b_gsl_sm__ddogleg_more_svd) | |
Variables | |
double | f_tol =1.0e-6 |
double | g_tol =6.0555e-06 |
bool | verbose =false |
double | x_tol =1.0e-6 |
BOOST_AUTO_TEST_CASE | ( | freudenstein_roth_b_gsl_sm__default | ) |
Definition at line 30 of file nlls_solver_gsl_sm_helical_valley.cc.
BOOST_AUTO_TEST_CASE | ( | freudenstein_roth_b_gsl_sm__lm_more_svd | ) |
Definition at line 90 of file nlls_solver_gsl_sm_helical_valley.cc.
BOOST_AUTO_TEST_CASE | ( | freudenstein_roth_b_gsl_sm__lmaccel_more_svd | ) |
Definition at line 157 of file nlls_solver_gsl_sm_helical_valley.cc.
BOOST_AUTO_TEST_CASE | ( | freudenstein_roth_b_gsl_sm__subspace2D_more_svd | ) |
Definition at line 225 of file nlls_solver_gsl_sm_helical_valley.cc.
BOOST_AUTO_TEST_CASE | ( | freudenstein_roth_b_gsl_sm__ddogleg_more_svd | ) |
Definition at line 292 of file nlls_solver_gsl_sm_helical_valley.cc.
double f_tol =1.0e-6 |
Definition at line 25 of file nlls_solver_gsl_sm_helical_valley.cc.
double g_tol =6.0555e-06 |
Definition at line 25 of file nlls_solver_gsl_sm_helical_valley.cc.
bool verbose =false |
Definition at line 26 of file nlls_solver_gsl_sm_helical_valley.cc.
double x_tol =1.0e-6 |
Definition at line 25 of file nlls_solver_gsl_sm_helical_valley.cc.