ReFRACtor
nlls_solver_gsl_lmder.cc
Go to the documentation of this file.
2 
3 
4 using namespace FullPhysics;
5 
6 
7 
9  const boost::shared_ptr<CostFunc>& NLLS,
10  int max_cost_function_calls,
11  double dx_tol_abs, double dx_tol_rel, double g_tol,
12  bool vrbs)
13 {
14  const boost::shared_ptr<NLLSProblem> nlls(boost::dynamic_pointer_cast<NLLSProblem>(NLLS));
15  return boost::shared_ptr<IterativeSolver>(new NLLSSolverGSLLMDER(nlls, max_cost_function_calls, dx_tol_abs, dx_tol_rel, g_tol, vrbs));
16 }
17 
18 #ifdef HAVE_LUA
19 #include "register_lua.h"
21 .scope
22 [
24 ]
26 #endif
boost::shared_ptr< IterativeSolver > nlls_solver_gsl_lmder_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)
#define REGISTER_LUA_DERIVED_CLASS(X, Y)
Definition: register_lua.h:136
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
#define REGISTER_LUA_END()
Definition: register_lua.h:134
def(luabind::constructor< int >()) .def("rows"
The base class for all iterative optimizers.

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10