ReFRACtor
gsl_sm_lsp.h
Go to the documentation of this file.
1 #ifndef GSL_SM_LSP_H
2 #define GSL_SM_LSP_H
3 
4 
5 #include <gsl/gsl_vector.h>
6 #include <gsl/gsl_matrix.h>
7 #include <gsl/gsl_multifit_nlinear.h>
8 #include <nlls_problem.h>
9 
10 
11 int gsl_sm_lsp_f(const gsl_vector *x, void *data, gsl_vector *f);
12 int gsl_sm_lsp_j(const gsl_vector *x, void *data, gsl_matrix *j);
13 gsl_multifit_nlinear_fdf gsl_sm_get_lsp_fdf(const FullPhysics::NLLSProblem *lsp);
14 
15 
16 #endif /* GSL_SM_LSP_H */
int gsl_sm_lsp_j(const gsl_vector *x, void *data, gsl_matrix *j)
Definition: gsl_sm_lsp.cc:19
gsl_multifit_nlinear_fdf gsl_sm_get_lsp_fdf(const FullPhysics::NLLSProblem *lsp)
Definition: gsl_sm_lsp.cc:29
The base class for the Non-Linear Least Squares problem.
Definition: nlls_problem.h:54
int gsl_sm_lsp_f(const gsl_vector *x, void *data, gsl_vector *f)
Definition: gsl_sm_lsp.cc:9

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