|
SciDAVis
1.D4
|
#include <gsl/gsl_vector.h>Go to the source code of this file.
Classes | |
| struct | FitData |
| Structure for fitting data. More... | |
Functions | |
| double | boltzmann_d (const gsl_vector *x, void *params) |
| int | boltzmann_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | boltzmann_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | boltzmann_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | exp_d (const gsl_vector *x, void *params) |
| int | exp_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | exp_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | exp_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | expd2_d (const gsl_vector *x, void *params) |
| int | expd2_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | expd2_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | expd2_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | expd3_d (const gsl_vector *x, void *params) |
| int | expd3_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | expd3_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | expd3_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | gauss_d (const gsl_vector *x, void *params) |
| int | gauss_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | gauss_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | gauss_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | gauss_multi_peak_d (const gsl_vector *x, void *params) |
| int | gauss_multi_peak_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | gauss_multi_peak_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | gauss_multi_peak_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | lorentz_multi_peak_d (const gsl_vector *x, void *params) |
| int | lorentz_multi_peak_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | lorentz_multi_peak_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | lorentz_multi_peak_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double | user_d (const gsl_vector *x, void *params) |
| int | user_df (const gsl_vector *x, void *params, gsl_matrix *J) |
| int | user_f (const gsl_vector *x, void *params, gsl_vector *f) |
| int | user_fdf (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) |
| double boltzmann_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by SigmoidalFit::init().
| int boltzmann_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::sigma, and FitData::X.
Referenced by boltzmann_fdf(), and SigmoidalFit::init().
| int boltzmann_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by boltzmann_fdf(), and SigmoidalFit::init().
| int boltzmann_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References boltzmann_df(), and boltzmann_f().
Referenced by SigmoidalFit::init().
| double exp_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by ExponentialFit::init().
| int exp_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::sigma, and FitData::X.
Referenced by exp_fdf(), and ExponentialFit::init().
| int exp_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by exp_fdf(), and ExponentialFit::init().
| int exp_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References exp_df(), and exp_f().
Referenced by ExponentialFit::init().
| double expd2_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by TwoExpFit::init().
| int expd2_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::sigma, and FitData::X.
Referenced by expd2_fdf(), and TwoExpFit::init().
| int expd2_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by expd2_fdf(), and TwoExpFit::init().
| int expd2_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References expd2_df(), and expd2_f().
Referenced by TwoExpFit::init().
| double expd3_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by ThreeExpFit::init().
| int expd3_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::sigma, and FitData::X.
Referenced by expd3_fdf(), and ThreeExpFit::init().
| int expd3_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by expd3_fdf(), and ThreeExpFit::init().
| int expd3_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References expd3_df(), and expd3_f().
Referenced by ThreeExpFit::init().
| double gauss_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by GaussAmpFit::init().
| int gauss_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::sigma, and FitData::X.
Referenced by gauss_fdf(), and GaussAmpFit::init().
| int gauss_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::sigma, FitData::X, and FitData::Y.
Referenced by gauss_fdf(), and GaussAmpFit::init().
| int gauss_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References gauss_df(), and gauss_f().
Referenced by GaussAmpFit::init().
| double gauss_multi_peak_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, FitData::X, and FitData::Y.
Referenced by MultiPeakFit::MultiPeakFit().
| int gauss_multi_peak_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, and FitData::X.
Referenced by gauss_multi_peak_fdf(), and MultiPeakFit::MultiPeakFit().
| int gauss_multi_peak_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, FitData::X, and FitData::Y.
Referenced by gauss_multi_peak_fdf(), and MultiPeakFit::MultiPeakFit().
| int gauss_multi_peak_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References gauss_multi_peak_df(), and gauss_multi_peak_f().
Referenced by MultiPeakFit::MultiPeakFit().
| double lorentz_multi_peak_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, FitData::X, and FitData::Y.
Referenced by MultiPeakFit::MultiPeakFit().
| int lorentz_multi_peak_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, and FitData::X.
Referenced by lorentz_multi_peak_fdf(), and MultiPeakFit::MultiPeakFit().
| int lorentz_multi_peak_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References FitData::n, FitData::p, FitData::sigma, FitData::X, and FitData::Y.
Referenced by lorentz_multi_peak_fdf(), and MultiPeakFit::MultiPeakFit().
| int lorentz_multi_peak_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References lorentz_multi_peak_df(), and lorentz_multi_peak_f().
Referenced by MultiPeakFit::MultiPeakFit().
| double user_d | ( | const gsl_vector * | x, |
| void * | params | ||
| ) |
References Fit::evaluate_d(), and FitData::fit.
Referenced by NonLinearFit::init().
| int user_df | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_matrix * | J | ||
| ) |
References Fit::evaluate_df(), and FitData::fit.
Referenced by NonLinearFit::init(), and user_fdf().
| int user_f | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f | ||
| ) |
References Fit::evaluate_f(), and FitData::fit.
Referenced by NonLinearFit::init(), and user_fdf().
| int user_fdf | ( | const gsl_vector * | x, |
| void * | params, | ||
| gsl_vector * | f, | ||
| gsl_matrix * | J | ||
| ) |
References user_df(), and user_f().
Referenced by NonLinearFit::init().
1.8.1