|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include "gsl_wrappers.h"
Go to the source code of this file.
Functions | |
| double | unwrap_lambda_unidim (double x, void *p) |
| double | unwrap_lambda_multidim (const gsl_vector *t, void *params) |
| void | unwrap_lambda_gradient (const gsl_vector *t, void *params, gsl_vector *g) |
| void | unwrap_lambda_func_and_gradient (const gsl_vector *t, void *params, double *f, gsl_vector *g) |
| void unwrap_lambda_func_and_gradient | ( | const gsl_vector * | t, |
| void * | params, | ||
| double * | f, | ||
| gsl_vector * | g | ||
| ) |
Definition at line 29 of file gsl_wrappers.cpp.
| void unwrap_lambda_gradient | ( | const gsl_vector * | t, |
| void * | params, | ||
| gsl_vector * | g | ||
| ) |
Definition at line 17 of file gsl_wrappers.cpp.
| double unwrap_lambda_multidim | ( | const gsl_vector * | t, |
| void * | params | ||
| ) |
Definition at line 8 of file gsl_wrappers.cpp.
| double unwrap_lambda_unidim | ( | double | x, |
| void * | p | ||
| ) |
Definition at line 3 of file gsl_wrappers.cpp.