KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs
gsl_multifit.h File Reference

Wrappers for GSL's nonlinear least-squares library. More...

#include <l_cpp/l_exception.h>
#include <gsl_cpp/gsl_util.h>
#include <gsl_cpp/gsl_vector.h>
#include <boost/function/function1.hpp>

Go to the source code of this file.

Classes

struct  gsl_matrix
 
struct  gsl_multifit_function_fdf
 
class  kjb::Gsl_multifit_fdf
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Macros

#define gsl_multifit_fdfsolver_lmsder   ((void*)0)
 
#define gsl_multifit_fdfsolver_lmder   ((void*)0)
 
#define gsl_multifit_fdfsolver_alloc(x, z)   0
 
#define gsl_set_error_handler_off()   (0)
 
#define gsl_multifit_fsolver_alloc(x, z)   0
 

Typedefs

typedef void gsl_multifit_fdfsolver_type
 
typedef void gsl_multifit_fdfsolver
 
typedef void gsl_multifit_fsolver_type
 
typedef void gsl_multifit_fsolver
 

Detailed Description

Wrappers for GSL's nonlinear least-squares library.

If your error function takes the form of a squared distance metric, you're probably better using this than multimin, which is for minimization of general functions.

Author
Kyle Simek
Andrew Predoehl

Macro Definition Documentation

#define gsl_multifit_fdfsolver_alloc (   x,
 
)    0
#define gsl_multifit_fdfsolver_lmder   ((void*)0)
#define gsl_multifit_fdfsolver_lmsder   ((void*)0)
#define gsl_multifit_fsolver_alloc (   x,
 
)    0
#define gsl_set_error_handler_off ( )    (0)

Typedef Documentation

typedef void gsl_multifit_fdfsolver
typedef void gsl_multifit_fsolver