DEBYE.pm (PDL-2.082) | : | DEBYE.pm (PDL-2.083) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
=head1 NAME | =head1 NAME | |||
PDL::GSLSF::DEBYE - PDL interface to GSL Special Functions | PDL::GSLSF::DEBYE - 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. | |||
=cut | =cut | |||
#line 39 "DEBYE.pm" | #line 40 "DEBYE.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
=head2 gsl_sf_debye_1 | =head2 gsl_sf_debye_1 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_debye_1 does not process bad values. | gsl_sf_debye_1 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 74 "DEBYE.pm" | ||||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*gsl_sf_debye_1 = \&PDL::gsl_sf_debye_1; | *gsl_sf_debye_1 = \&PDL::gsl_sf_debye_1; | |||
#line 81 "DEBYE.pm" | ||||
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
=head2 gsl_sf_debye_2 | =head2 gsl_sf_debye_2 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_debye_2 does not process bad values. | gsl_sf_debye_2 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 106 "DEBYE.pm" | ||||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*gsl_sf_debye_2 = \&PDL::gsl_sf_debye_2; | *gsl_sf_debye_2 = \&PDL::gsl_sf_debye_2; | |||
#line 113 "DEBYE.pm" | ||||
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
=head2 gsl_sf_debye_3 | =head2 gsl_sf_debye_3 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_debye_3 does not process bad values. | gsl_sf_debye_3 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 138 "DEBYE.pm" | ||||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*gsl_sf_debye_3 = \&PDL::gsl_sf_debye_3; | *gsl_sf_debye_3 = \&PDL::gsl_sf_debye_3; | |||
#line 145 "DEBYE.pm" | ||||
#line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
=head2 gsl_sf_debye_4 | =head2 gsl_sf_debye_4 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_debye_4 does not process bad values. | gsl_sf_debye_4 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 170 "DEBYE.pm" | ||||
#line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*gsl_sf_debye_4 = \&PDL::gsl_sf_debye_4; | *gsl_sf_debye_4 = \&PDL::gsl_sf_debye_4; | |||
#line 177 "DEBYE.pm" | ||||
#line 74 "gsl_sf_debye.pd" | #line 74 "gsl_sf_debye.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 197 "DEBYE.pm" | #line 174 "DEBYE.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 |