ReFRACtor
gsl_lsp.h
Go to the documentation of this file.
1 #ifndef GSL_LSP_H
2 #define GSL_LSP_H
3 
4 #include <gsl/gsl_vector.h>
5 #include <gsl/gsl_matrix.h>
6 #include <gsl/gsl_multifit_nlin.h>
7 
8 #include <nlls_problem.h>
9 
10 
11 int gsl_lsp_f(const gsl_vector *x, void *data, gsl_vector *f);
12 int gsl_lsp_j(const gsl_vector *x, void *data, gsl_matrix *j);
13 int gsl_lsp_fj(const gsl_vector *x, void *data, gsl_vector *f, gsl_matrix *j);
14 gsl_multifit_function_fdf gsl_get_lsp_fdf(const FullPhysics::NLLSProblem *lsp_standard);
15 
16 #endif /* GSL_LSP_H */
int gsl_lsp_j(const gsl_vector *x, void *data, gsl_matrix *j)
Definition: gsl_lsp.cc:22
gsl_multifit_function_fdf gsl_get_lsp_fdf(const FullPhysics::NLLSProblem *lsp_standard)
Definition: gsl_lsp.cc:39
int gsl_lsp_fj(const gsl_vector *x, void *data, gsl_vector *f, gsl_matrix *j)
Definition: gsl_lsp.cc:32
The base class for the Non-Linear Least Squares problem.
Definition: nlls_problem.h:54
int gsl_lsp_f(const gsl_vector *x, void *data, gsl_vector *f)
Definition: gsl_lsp.cc:12

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