X-shooter Pipeline Reference Manual 3.8.15
Data Structures | Functions
xsh_ngaussfdf.h File Reference

Go to the source code of this file.

Data Structures

struct  data
 

Functions

int expb_f (const gsl_vector *x, void *data, gsl_vector *f)
 
int expb_df (const gsl_vector *x, void *data, gsl_matrix *J)
 
int expb_fdf (const gsl_vector *x, void *data, gsl_vector *f, gsl_matrix *J)
 

Function Documentation

◆ expb_df()

int expb_df ( const gsl_vector *  x,
void *  data,
gsl_matrix *  J 
)

Definition at line 53 of file xsh_ngaussfdf.h.

References n, data::para, s, sigma, data::t, and x.

Referenced by expb_fdf(), and fitngauss().

◆ expb_f()

int expb_f ( const gsl_vector *  x,
void *  data,
gsl_vector *  f 
)

Definition at line 19 of file xsh_ngaussfdf.h.

References n, data::para, sigma, data::t, x, and y.

Referenced by expb_fdf(), and fitngauss().

◆ expb_fdf()

int expb_fdf ( const gsl_vector *  x,
void *  data,
gsl_vector *  f,
gsl_matrix *  J 
)

Definition at line 92 of file xsh_ngaussfdf.h.

References expb_df(), expb_f(), and x.

Referenced by fitngauss().