#include "PNumRoutines.h"
Functions | |
| double | my_f (const gsl_vector *x, void *params) |
| void | my_df (const gsl_vector *x, void *p, gsl_vector *g) |
| void | my_fdf (const gsl_vector *x, void *p, double *f, gsl_vector *g) |
Variables | |
| int | ncom |
| double * | pcom |
| double * | xicom |
| FunctFunctor * | nrfunc |
| FunctFunctor * | Funct_Glob |
| DerivFunctor * | Deriv_Glob |
| int | N_Glob |
| void my_df | ( | const gsl_vector * | x, | |
| void * | p, | |||
| gsl_vector * | g | |||
| ) |
| double my_f | ( | const gsl_vector * | x, | |
| void * | params | |||
| ) |
| void my_fdf | ( | const gsl_vector * | x, | |
| void * | p, | |||
| double * | f, | |||
| gsl_vector * | g | |||
| ) |
| int N_Glob |
| int ncom |
| double* pcom |
| double * xicom |
1.5.1