ReFRACtor
|
Go to the source code of this file.
Functions | |
gsl_multifit_nlinear_fdf | gsl_sm_get_lsp_fdf (const FullPhysics::NLLSProblem *lsp) |
int | gsl_sm_lsp_f (const gsl_vector *x, void *data, gsl_vector *f) |
int | gsl_sm_lsp_j (const gsl_vector *x, void *data, gsl_matrix *j) |
gsl_multifit_nlinear_fdf gsl_sm_get_lsp_fdf | ( | const FullPhysics::NLLSProblem * | lsp | ) |
Definition at line 29 of file gsl_sm_lsp.cc.
int gsl_sm_lsp_f | ( | const gsl_vector * | x, |
void * | data, | ||
gsl_vector * | f | ||
) |
Definition at line 9 of file gsl_sm_lsp.cc.
int gsl_sm_lsp_j | ( | const gsl_vector * | x, |
void * | data, | ||
gsl_matrix * | j | ||
) |
Definition at line 19 of file gsl_sm_lsp.cc.