#include <gsl/gsl_integration.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_sf_pow_int.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_sf_gamma.h>
#include "tanhDeriv.h"
Go to the source code of this file.
|
| double | tanhderiv::my_f (double x, void *p) |
| | Integrand. More...
|
| |
| double | tanhderiv::integrate (const double &a, const double &s0, const double &lambdaleft, const double &lambdaright, const int &n) |
| | Perform Cauchy's integral to find derivative. More...
|
| |
◆ tanhderiv::my_f_params
| struct tanhderiv::my_f_params |
Definition at line 39 of file tanhDeriv.cpp.
| Class Members |
|
double |
a |
|
|
double |
lambdaleft |
|
|
double |
lambdaright |
|
|
int |
n |
|
|
double |
r |
|
|
double |
s0 |
|