|
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::sin_e (double x, result &result) |
| C++ version of gsl_sf_sin_e(). More... | |
| double | gsl::sf::sin (double const x) |
| C++ version of gsl_sf_sin(). More... | |
| int | gsl::sf::cos_e (double x, result &result) |
| C++ version of gsl_sf_cos_e(). More... | |
| double | gsl::sf::cos (double const x) |
| C++ version of gsl_sf_cos(). More... | |
| int | gsl::sf::hypot_e (double const x, double const y, result &result) |
| C++ version of gsl_sf_hypot_e(). More... | |
| double | gsl::sf::hypot (double const x, double const y) |
| C++ version of gsl_sf_hypot(). More... | |
| int | gsl::sf::complex_sin_e (double const zr, double const zi, result &szr, result &szi) |
| C++ version of gsl_sf_complex_sin_e(). More... | |
| int | gsl::sf::complex_cos_e (double const zr, double const zi, result &czr, result &czi) |
| C++ version of gsl_sf_complex_cos_e(). More... | |
| int | gsl::sf::complex_logsin_e (double const zr, double const zi, result &lszr, result &lszi) |
| C++ version of gsl_sf_complex_logsin_e(). More... | |
| int | gsl::sf::sinc_e (double x, result &result) |
| C++ version of gsl_sf_sinc_e(). More... | |
| double | gsl::sf::sinc (double const x) |
| C++ version of gsl_sf_sinc(). More... | |
| int | gsl::sf::lnsinh_e (double const x, result &result) |
| C++ version of gsl_sf_lnsinh_e(). More... | |
| double | gsl::sf::lnsinh (double const x) |
| C++ version of gsl_sf_lnsinh(). More... | |
| int | gsl::sf::lncosh_e (double const x, result &result) |
| C++ version of gsl_sf_lncosh_e(). More... | |
| double | gsl::sf::lncosh (double const x) |
| C++ version of gsl_sf_lncosh(). More... | |
| int | gsl::sf::polar_to_rect (double const r, double const theta, result &x, result &y) |
| C++ version of gsl_sf_polar_to_rect(). More... | |
| int | gsl::sf::rect_to_polar (double const x, double const y, result &r, result &theta) |
| C++ version of gsl_sf_rect_to_polar(). More... | |
| int | gsl::sf::sin_err_e (double const x, double const dx, result &result) |
| C++ version of gsl_sf_sin_err_e(). More... | |
| int | gsl::sf::cos_err_e (double const x, double const dx, result &result) |
| C++ version of gsl_sf_cos_err_e(). More... | |
| int | gsl::sf::angle_restrict_symm_e (double &theta) |
| C++ version of gsl_sf_angle_restrict_symm_e(). More... | |
| double | gsl::sf::angle_restrict_symm (double const theta) |
| C++ version of gsl_sf_angle_restrict_symm(). More... | |
| int | gsl::sf::angle_restrict_pos_e (double &theta) |
| C++ version of gsl_sf_angle_restrict_pos_e(). More... | |
| double | gsl::sf::angle_restrict_pos (double const theta) |
| C++ version of gsl_sf_angle_restrict_pos(). More... | |
| int | gsl::sf::angle_restrict_symm_err_e (double const theta, result &result) |
| C++ version of gsl_sf_angle_restrict_symm_err_e(). More... | |
| int | gsl::sf::angle_restrict_pos_err_e (double const theta, result &result) |
| C++ version of gsl_sf_angle_restrict_pos_err_e(). More... | |