|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|


Go to the source code of this file.
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::sf |
This namespace is used for special functions that in GSL are prefixed gsl_sf. | |
Functions | |
| int | gsl::sf::dawson_e (double x, result &result) |
| C++ version of gsl_sf_dawson_e(). More... | |
| double | gsl::sf::dawson (double x) |
| C++ version of gsl_sf_dawson(). More... | |