Public Member Functions | Private Attributes

special_functions Class Reference

Wrapper class for GSL special function routines. More...

#include <src/gsl_wrappers/gsl_special_functions.h>

List of all members.

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.

Detailed Description

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.

Author:
Rochan R. Upadhyay
Date:
10/12/2010

The documentation for this class was generated from the following files:
All Classes Files Functions Variables Typedefs Friends Defines