Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
gsl_wrappers.h
Go to the documentation of this file.
1#ifndef GSL_WRAPPERS_H
2#define GSL_WRAPPERS_H
3
4#include <gsl/gsl_vector.h>
5#include "functions.h"
6#include "diffcalc.h"
7
8double unwrap_lambda_unidim(double x, void *p);
9double unwrap_lambda_multidim(const gsl_vector *t, void *params);
10void unwrap_lambda_gradient(const gsl_vector *t, void *params, gsl_vector *g);
11void unwrap_lambda_func_and_gradient(const gsl_vector *t, void *params, double *f, gsl_vector *g);
12
13#endif // GSL_WRAPPERS_H
constexpr double g
double unwrap_lambda_multidim(const gsl_vector *t, void *params)
void unwrap_lambda_gradient(const gsl_vector *t, void *params, gsl_vector *g)
double unwrap_lambda_unidim(double x, void *p)
void unwrap_lambda_func_and_gradient(const gsl_vector *t, void *params, double *f, gsl_vector *g)
double f(double x)
Wilson special function f depending on x.