"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "GENERATED/PDL/GSLSF/COULOMB.pm" between
PDL-2.082.tar.gz and PDL-2.083.tar.gz

About: PDL (Perl Data Language) aims to turn perl into an efficient numerical language for scientific computing (similar to IDL and MatLab).

COULOMB.pm  (PDL-2.082):COULOMB.pm  (PDL-2.083)
skipping to change at line 33 skipping to change at line 33
PDL::GSLSF::COULOMB - PDL interface to GSL Special Functions PDL::GSLSF::COULOMB - PDL interface to GSL Special Functions
=head1 DESCRIPTION =head1 DESCRIPTION
This is an interface to the Special Function package present in the GNU Scientif ic Library. This is an interface to the Special Function package present in the GNU Scientif ic Library.
=head1 SYNOPSIS =head1 SYNOPSIS
=cut =cut
#line 41 "COULOMB.pm" #line 42 "COULOMB.pm"
=head1 FUNCTIONS =head1 FUNCTIONS
=cut =cut
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
=head2 gsl_sf_hydrogenicR =head2 gsl_sf_hydrogenicR
=for sig =for sig
Signature: (double x(); double [o]y(); double [o]e(); int n; int l; double z) Signature: (double x(); double [o]y(); double [o]e(); int n; int l; double z)
=for ref =for ref
Normalized Hydrogenic bound states. Radial dipendence. Normalized Hydrogenic bound states. Radial dipendence.
=for bad =for bad
gsl_sf_hydrogenicR does not process bad values. gsl_sf_hydrogenicR does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut =cut
#line 76 "COULOMB.pm"
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
*gsl_sf_hydrogenicR = \&PDL::gsl_sf_hydrogenicR; *gsl_sf_hydrogenicR = \&PDL::gsl_sf_hydrogenicR;
#line 83 "COULOMB.pm"
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
=head2 gsl_sf_coulomb_wave_FGp_array =head2 gsl_sf_coulomb_wave_FGp_array
=for sig =for sig
Signature: (double x(); double [o]fc(n); double [o]fcp(n); double [o]gc(n); do uble [o]gcp(n); int [o]ovfw(); double [o]fe(n); double [o]ge(n); double lam_min; int kmax=>n; double eta) Signature: (double x(); double [o]fc(n); double [o]fcp(n); double [o]gc(n); do uble [o]gcp(n); int [o]ovfw(); double [o]fe(n); double [o]ge(n); double lam_min; int kmax=>n; double eta)
=for ref =for ref
Coulomb wave functions F_{lam_F}(eta,x), G_{lam_G}(eta,x) and their derivatives ; lam_G := lam_F - k_lam_G. if ovfw is signaled then F_L(eta,x) = fc[k_L] * ex p(fe) and similar. Coulomb wave functions F_{lam_F}(eta,x), G_{lam_G}(eta,x) and their derivatives ; lam_G := lam_F - k_lam_G. if ovfw is signaled then F_L(eta,x) = fc[k_L] * ex p(fe) and similar.
=for bad =for bad
gsl_sf_coulomb_wave_FGp_array does not process bad values. gsl_sf_coulomb_wave_FGp_array does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut =cut
#line 108 "COULOMB.pm"
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
*gsl_sf_coulomb_wave_FGp_array = \&PDL::gsl_sf_coulomb_wave_FGp_array; *gsl_sf_coulomb_wave_FGp_array = \&PDL::gsl_sf_coulomb_wave_FGp_array;
#line 115 "COULOMB.pm"
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
=head2 gsl_sf_coulomb_wave_sphF_array =head2 gsl_sf_coulomb_wave_sphF_array
=for sig =for sig
Signature: (double x(); double [o]fc(n); int [o]ovfw(); double [o]fe(n); doubl e lam_min; int kmax=>n; double eta) Signature: (double x(); double [o]fc(n); int [o]ovfw(); double [o]fe(n); doubl e lam_min; int kmax=>n; double eta)
=for ref =for ref
Coulomb wave function divided by the argument, F(xi, eta)/xi. This is the funct ion which reduces to spherical Bessel functions in the limit eta->0. Coulomb wave function divided by the argument, F(xi, eta)/xi. This is the funct ion which reduces to spherical Bessel functions in the limit eta->0.
=for bad =for bad
gsl_sf_coulomb_wave_sphF_array does not process bad values. gsl_sf_coulomb_wave_sphF_array does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut =cut
#line 140 "COULOMB.pm"
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
*gsl_sf_coulomb_wave_sphF_array = \&PDL::gsl_sf_coulomb_wave_sphF_array; *gsl_sf_coulomb_wave_sphF_array = \&PDL::gsl_sf_coulomb_wave_sphF_array;
#line 147 "COULOMB.pm"
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
=head2 gsl_sf_coulomb_CL_e =head2 gsl_sf_coulomb_CL_e
=for sig =for sig
Signature: (double L(); double eta(); double [o]y(); double [o]e()) Signature: (double L(); double eta(); double [o]y(); double [o]e())
=for ref =for ref
Coulomb wave function normalization constant. [Abramowitz+Stegun 14.1.8, 14.1.9] . Coulomb wave function normalization constant. [Abramowitz+Stegun 14.1.8, 14.1.9] .
=for bad =for bad
gsl_sf_coulomb_CL_e does not process bad values. gsl_sf_coulomb_CL_e does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut =cut
#line 172 "COULOMB.pm"
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm"
*gsl_sf_coulomb_CL_e = \&PDL::gsl_sf_coulomb_CL_e; *gsl_sf_coulomb_CL_e = \&PDL::gsl_sf_coulomb_CL_e;
#line 179 "COULOMB.pm"
#line 90 "gsl_sf_coulomb.pd" #line 90 "gsl_sf_coulomb.pd"
=head1 AUTHOR =head1 AUTHOR
This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it>
All rights reserved. There All rights reserved. There
is no warranty. You are allowed to redistribute this software / is no warranty. You are allowed to redistribute this software /
documentation under certain conditions. For details, see the file documentation under certain conditions. For details, see the file
COPYING in the PDL distribution. If this file is separated from the COPYING in the PDL distribution. If this file is separated from the
PDL distribution, the copyright notice should be included in the file. PDL distribution, the copyright notice should be included in the file.
The GSL SF modules were written by G. Jungman. The GSL SF modules were written by G. Jungman.
=cut =cut
#line 199 "COULOMB.pm" #line 176 "COULOMB.pm"
# Exit with OK status # Exit with OK status
1; 1;
 End of changes. 11 change blocks. 
26 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)