ReFRACtor
|
#include <gsl/gsl_blas.h>
#include <fp_gsl_matrix.h>
#include <gsl_lsp.h>
#include <nlls_solver_gsl.h>
Go to the source code of this file.
Functions | |
boost::shared_ptr< IterativeSolver > | nlls_solver_gsl_create (const boost::shared_ptr< CostFunc > &NLLS, int max_cost_function_calls, double dx_tol_abs, double dx_tol_rel, double g_tol, bool vrbs) |
void | print_state (unsigned int iter, gsl_multifit_fdfsolver *s, int status) |
boost::shared_ptr<IterativeSolver> nlls_solver_gsl_create | ( | const boost::shared_ptr< CostFunc > & | NLLS, |
int | max_cost_function_calls, | ||
double | dx_tol_abs, | ||
double | dx_tol_rel, | ||
double | g_tol, | ||
bool | vrbs | ||
) |
Definition at line 11 of file nlls_solver_gsl.cc.
void print_state | ( | unsigned int | iter, |
gsl_multifit_fdfsolver * | s, | ||
int | status | ||
) |
Definition at line 33 of file nlls_solver_gsl.cc.