|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#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.
Classes | |
| struct | tanhderiv::my_f_params |
Namespaces | |
| namespace | tanhderiv |
Functions | |
| double | tanhderiv::my_f (double x, void *p) |
| double | tanhderiv::integrate (const double &a, const double &s0, const double &lambdaleft, const double &lambdaright, const int &n) |
| 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 | |