|
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::hyperg_0F1_e (double c, double x, result &result) |
| C++ version of gsl_sf_hyperg_0F1_e(). More... | |
| double | gsl::sf::hyperg_0F1 (double const c, double const x) |
| C++ version of gsl_sf_hyperg_0F1(). More... | |
| int | gsl::sf::hyperg_1F1_int_e (int const m, int const n, double const x, result &result) |
| C++ version of gsl_sf_hyperg_1F1_int_e(). More... | |
| double | gsl::sf::hyperg_1F1_int (int const m, int const n, double x) |
| C++ version of gsl_sf_hyperg_1F1_int(). More... | |
| int | gsl::sf::hyperg_1F1_e (double const a, double const b, double const x, result &result) |
| C++ version of gsl_sf_hyperg_1F1_e(). More... | |
| double | gsl::sf::hyperg_1F1 (double a, double b, double x) |
| C++ version of gsl_sf_hyperg_1F1(). More... | |
| int | gsl::sf::hyperg_U_int_e (int const m, int const n, double const x, result &result) |
| C++ version of gsl_sf_hyperg_U_int_e(). More... | |
| double | gsl::sf::hyperg_U_int (int const m, int const n, double const x) |
| C++ version of gsl_sf_hyperg_U_int(). More... | |
| int | gsl::sf::hyperg_U_int_e10_e (int const m, int const n, double const x, result_e10 &result) |
| C++ version of gsl_sf_hyperg_U_int_e10_e(). More... | |
| int | gsl::sf::hyperg_U_e (double const a, double const b, double const x, result &result) |
| C++ version of gsl_sf_hyperg_U_e(). More... | |
| double | gsl::sf::hyperg_U (double const a, double const b, double const x) |
| C++ version of gsl_sf_hyperg_U(). More... | |
| int | gsl::sf::hyperg_U_e10_e (double const a, double const b, double const x, result_e10 &result) |
| C++ version of gsl_sf_hyperg_U_e10_e(). More... | |
| int | gsl::sf::hyperg_2F1_e (double a, double b, double const c, double const x, result &result) |
| C++ version of gsl_sf_hyperg_2F1_e(). More... | |
| double | gsl::sf::hyperg_2F1 (double a, double b, double c, double x) |
| C++ version of gsl_sf_hyperg_2F1(). More... | |
| int | gsl::sf::hyperg_2F1_conj_e (double const aR, double const aI, double const c, double const x, result &result) |
| C++ version of gsl_sf_hyperg_2F1_conj_e(). More... | |
| double | gsl::sf::hyperg_2F1_conj (double aR, double aI, double c, double x) |
| C++ version of gsl_sf_hyperg_2F1_conj(). More... | |
| int | gsl::sf::hyperg_2F1_renorm_e (double const a, double const b, double const c, double const x, result &result) |
| C++ version of gsl_sf_hyperg_2F1_renorm_e(). More... | |
| double | gsl::sf::hyperg_2F1_renorm (double a, double b, double c, double x) |
| C++ version of gsl_sf_hyperg_2F1_renorm(). More... | |
| int | gsl::sf::hyperg_2F1_conj_renorm_e (double const aR, double const aI, double const c, double const x, result &result) |
| C++ version of gsl_sf_hyperg_2F1_conj_renorm_e(). More... | |
| double | gsl::sf::hyperg_2F1_conj_renorm (double aR, double aI, double c, double x) |
| C++ version of gsl_sf_hyperg_2F1_conj_renorm(). More... | |
| int | gsl::sf::hyperg_2F0_e (double const a, double const b, double const x, result &result) |
| C++ version of gsl_sf_hyperg_2F0_e(). More... | |
| double | gsl::sf::hyperg_2F0 (double const a, double const b, double const x) |
| C++ version of gsl_sf_hyperg_2F0(). More... | |