Wrapper class for GSL special function routines. More...
#include <src/gsl_wrappers/gsl_special_functions.h>
Public Member Functions | |
| double | besselJ0 (const double x) |
| Function that computes the regular cylindrical Bessel function of zeroth order. | |
| double | beta (const double x, const double y) |
| Function that computes the beta function. | |
| double | gamma (const double x) |
| unsigned long long int | factorial (unsigned long long n) |
| Function that computes the factorial of a given integer. | |
| unsigned long int | combination (int n, int k) |
| Function that combination. | |
Private Attributes | |
| double | result |
| Holds the result of the evaluation of special functions. | |
Wrapper class for GSL special function routines.
This header file includes the C++ wrapper for gsl special functions. Only the functions required for current computations have been added. Other functions to be added as needed.
1.7.2