|
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. | |
| namespace | gsl::sf::coulomb |
Namespace for gsl_sf_coulomb functions. | |
Functions | |
| int | gsl::sf::hydrogenicR_1_e (double const Z, double const r, result &result) |
| C++ version of gsl_sf_hydrogenicR_1(). More... | |
| double | gsl::sf::hydrogenicR_1 (double const Z, double const r) |
| C++ version of gsl_sf_hydrogenicR_1(). More... | |
| int | gsl::sf::hydrogenicR_e (int const n, int const l, double const Z, double const r, result &result) |
| C++ version of gsl_sf_hydrogenicR_e(). More... | |
| double | gsl::sf::hydrogenicR (int const n, int const l, double const Z, double const r) |
| C++ version of gsl_sf_hydrogenicR(). More... | |
| int | gsl::sf::coulomb::wave_FG_e (double const eta, double const x, double const lam_F, int const k_lam_G, result &F, result &Fp, result &G, result &Gp, double &exp_F, double &exp_G) |
| C++ version of gsl_sf_coulomb_wave_FG_e(). More... | |
| template<typename DATA > | |
| int | gsl::sf::coulomb::wave_F_array (double lam_min, int kmax, double eta, double x, DATA &fc_array, double &F_exponent) |
| C++ version of gsl_sf_coulomb_wave_F_array(). More... | |
| template<typename DATA > | |
| int | gsl::sf::coulomb::wave_FG_array (double lam_min, int kmax, double eta, double x, DATA &fc_array, DATA &gc_array, double &F_exponent, double &G_exponent) |
| C++ version of gsl_sf_coulomb_wave_FG_array(). More... | |
| template<typename DATA > | |
| int | gsl::sf::coulomb::wave_FGp_array (double lam_min, int kmax, double eta, double x, DATA &fc_array, DATA &fcp_array, DATA &gc_array, DATA &gcp_array, double &F_exponent, double &G_exponent) |
| C++ version of gsl_sf_coulomb_wave_FGp_array(). More... | |
| template<typename DATA > | |
| int | gsl::sf::coulomb::wave_sphF_array (double lam_min, int kmax, double eta, double x, DATA &fc_array, double &F_exponent) |
| C++ version of gsl_sf_coulomb_wave_sphF_array(). More... | |
| int | gsl::sf::coulomb::CL_e (double L, double eta, result &result) |
| C++ version of gsl_sf_coulomb_CL_e(). More... | |
| template<typename DATA > | |
| int | gsl::sf::coulomb::CL_array (double Lmin, int kmax, double eta, DATA &cl) |
| C++ version of gsl_sf_coulomb_CL_array(). More... | |