AIRY.pm (PDL-2.081) | : | AIRY.pm (PDL-2.082) | ||
---|---|---|---|---|
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 "AIRY.pm" | #line 39 "AIRY.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Ai | =head2 gsl_sf_airy_Ai | |||
=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 | |||
Airy Function Ai(x). | Airy Function Ai(x). | |||
=for bad | =for bad | |||
gsl_sf_airy_Ai does not process bad values. | gsl_sf_airy_Ai 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 "AIRY.pm" | #line 74 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Ai = \&PDL::gsl_sf_airy_Ai; | *gsl_sf_airy_Ai = \&PDL::gsl_sf_airy_Ai; | |||
#line 81 "AIRY.pm" | #line 81 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Bi | =head2 gsl_sf_airy_Bi | |||
=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 | |||
Airy Function Bi(x). | Airy Function Bi(x). | |||
=for bad | =for bad | |||
gsl_sf_airy_Bi does not process bad values. | gsl_sf_airy_Bi 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 "AIRY.pm" | #line 106 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Bi = \&PDL::gsl_sf_airy_Bi; | *gsl_sf_airy_Bi = \&PDL::gsl_sf_airy_Bi; | |||
#line 113 "AIRY.pm" | #line 113 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Ai_scaled | =head2 gsl_sf_airy_Ai_scaled | |||
=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 | |||
Scaled Airy Function Ai(x). Ai(x) for x < 0 and exp(+2/3 x^{3/2}) Ai(x) for x > 0. | Scaled Airy Function Ai(x). Ai(x) for x < 0 and exp(+2/3 x^{3/2}) Ai(x) for x > 0. | |||
=for bad | =for bad | |||
gsl_sf_airy_Ai_scaled does not process bad values. | gsl_sf_airy_Ai_scaled 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 "AIRY.pm" | #line 138 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Ai_scaled = \&PDL::gsl_sf_airy_Ai_scaled; | *gsl_sf_airy_Ai_scaled = \&PDL::gsl_sf_airy_Ai_scaled; | |||
#line 145 "AIRY.pm" | #line 145 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Bi_scaled | =head2 gsl_sf_airy_Bi_scaled | |||
=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 | |||
Scaled Airy Function Bi(x). Bi(x) for x < 0 and exp(+2/3 x^{3/2}) Bi(x) for x > 0. | Scaled Airy Function Bi(x). Bi(x) for x < 0 and exp(+2/3 x^{3/2}) Bi(x) for x > 0. | |||
=for bad | =for bad | |||
gsl_sf_airy_Bi_scaled does not process bad values. | gsl_sf_airy_Bi_scaled 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 "AIRY.pm" | #line 170 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Bi_scaled = \&PDL::gsl_sf_airy_Bi_scaled; | *gsl_sf_airy_Bi_scaled = \&PDL::gsl_sf_airy_Bi_scaled; | |||
#line 177 "AIRY.pm" | #line 177 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Ai_deriv | =head2 gsl_sf_airy_Ai_deriv | |||
=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 | |||
Derivative Airy Function Ai`(x). | Derivative Airy Function Ai`(x). | |||
=for bad | =for bad | |||
gsl_sf_airy_Ai_deriv does not process bad values. | gsl_sf_airy_Ai_deriv 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 202 "AIRY.pm" | #line 202 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Ai_deriv = \&PDL::gsl_sf_airy_Ai_deriv; | *gsl_sf_airy_Ai_deriv = \&PDL::gsl_sf_airy_Ai_deriv; | |||
#line 209 "AIRY.pm" | #line 209 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Bi_deriv | =head2 gsl_sf_airy_Bi_deriv | |||
=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 | |||
Derivative Airy Function Bi`(x). | Derivative Airy Function Bi`(x). | |||
=for bad | =for bad | |||
gsl_sf_airy_Bi_deriv does not process bad values. | gsl_sf_airy_Bi_deriv 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 234 "AIRY.pm" | #line 234 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Bi_deriv = \&PDL::gsl_sf_airy_Bi_deriv; | *gsl_sf_airy_Bi_deriv = \&PDL::gsl_sf_airy_Bi_deriv; | |||
#line 241 "AIRY.pm" | #line 241 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Ai_deriv_scaled | =head2 gsl_sf_airy_Ai_deriv_scaled | |||
=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 | |||
Derivative Scaled Airy Function Ai(x). Ai`(x) for x < 0 and exp(+2/3 x^{3/2}) A i`(x) for x > 0. | Derivative Scaled Airy Function Ai(x). Ai`(x) for x < 0 and exp(+2/3 x^{3/2}) A i`(x) for x > 0. | |||
=for bad | =for bad | |||
gsl_sf_airy_Ai_deriv_scaled does not process bad values. | gsl_sf_airy_Ai_deriv_scaled 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 266 "AIRY.pm" | #line 266 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Ai_deriv_scaled = \&PDL::gsl_sf_airy_Ai_deriv_scaled; | *gsl_sf_airy_Ai_deriv_scaled = \&PDL::gsl_sf_airy_Ai_deriv_scaled; | |||
#line 273 "AIRY.pm" | #line 273 "AIRY.pm" | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_airy_Bi_deriv_scaled | =head2 gsl_sf_airy_Bi_deriv_scaled | |||
=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 | |||
Derivative Scaled Airy Function Bi(x). Bi`(x) for x < 0 and exp(+2/3 x^{3/2}) B i`(x) for x > 0. | Derivative Scaled Airy Function Bi(x). Bi`(x) for x < 0 and exp(+2/3 x^{3/2}) B i`(x) for x > 0. | |||
=for bad | =for bad | |||
gsl_sf_airy_Bi_deriv_scaled does not process bad values. | gsl_sf_airy_Bi_deriv_scaled 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 298 "AIRY.pm" | #line 298 "AIRY.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_airy_Bi_deriv_scaled = \&PDL::gsl_sf_airy_Bi_deriv_scaled; | *gsl_sf_airy_Bi_deriv_scaled = \&PDL::gsl_sf_airy_Bi_deriv_scaled; | |||
#line 305 "AIRY.pm" | #line 305 "AIRY.pm" | |||
#line 63 "gsl_sf_airy.pd" | #line 63 "gsl_sf_airy.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. 16 change blocks. | ||||
16 lines changed or deleted | 16 lines changed or added |