ZETA.pm (PDL-2.080) | : | ZETA.pm (PDL-2.081) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
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 "ZETA.pm" | #line 39 "ZETA.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_zeta | =head2 gsl_sf_zeta | |||
=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 | |||
Riemann Zeta Function zeta(x) = Sum[ k^(-s), {k,1,Infinity} ], s != 1.0 | Riemann Zeta Function zeta(x) = Sum[ k^(-s), {k,1,Infinity} ], s != 1.0 | |||
=for bad | =for bad | |||
gsl_sf_zeta does not process bad values. | gsl_sf_zeta 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 "ZETA.pm" | #line 74 "ZETA.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_zeta = \&PDL::gsl_sf_zeta; | *gsl_sf_zeta = \&PDL::gsl_sf_zeta; | |||
#line 81 "ZETA.pm" | #line 81 "ZETA.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_hzeta | =head2 gsl_sf_hzeta | |||
=for sig | =for sig | |||
Signature: (double s(); double [o]y(); double [o]e(); double q) | Signature: (double s(); double [o]y(); double [o]e(); double q) | |||
=for ref | =for ref | |||
Hurwicz Zeta Function zeta(s,q) = Sum[ (k+q)^(-s), {k,0,Infinity} ] | Hurwicz Zeta Function zeta(s,q) = Sum[ (k+q)^(-s), {k,0,Infinity} ] | |||
=for bad | =for bad | |||
gsl_sf_hzeta does not process bad values. | gsl_sf_hzeta 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 "ZETA.pm" | #line 106 "ZETA.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_hzeta = \&PDL::gsl_sf_hzeta; | *gsl_sf_hzeta = \&PDL::gsl_sf_hzeta; | |||
#line 113 "ZETA.pm" | #line 113 "ZETA.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_eta | =head2 gsl_sf_eta | |||
=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 | |||
Eta Function eta(s) = (1-2^(1-s)) zeta(s) | Eta Function eta(s) = (1-2^(1-s)) zeta(s) | |||
=for bad | =for bad | |||
gsl_sf_eta does not process bad values. | gsl_sf_eta 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 "ZETA.pm" | #line 138 "ZETA.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_eta = \&PDL::gsl_sf_eta; | *gsl_sf_eta = \&PDL::gsl_sf_eta; | |||
#line 145 "ZETA.pm" | #line 145 "ZETA.pm" | |||
#line 63 "gsl_sf_zeta.pd" | #line 63 "gsl_sf_zeta.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 | |||
End of changes. 6 change blocks. | ||||
6 lines changed or deleted | 6 lines changed or added |