GEGENBAUER.pm (PDL-2.080) | : | GEGENBAUER.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 "GEGENBAUER.pm" | #line 39 "GEGENBAUER.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_gegenpoly_n | =head2 gsl_sf_gegenpoly_n | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda) | Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda) | |||
=for ref | =for ref | |||
Evaluate Gegenbauer polynomials. | Evaluate Gegenbauer polynomials. | |||
=for bad | =for bad | |||
gsl_sf_gegenpoly_n does not process bad values. | gsl_sf_gegenpoly_n 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 "GEGENBAUER.pm" | #line 74 "GEGENBAUER.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_gegenpoly_n = \&PDL::gsl_sf_gegenpoly_n; | *gsl_sf_gegenpoly_n = \&PDL::gsl_sf_gegenpoly_n; | |||
#line 81 "GEGENBAUER.pm" | #line 81 "GEGENBAUER.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_gegenpoly_array | =head2 gsl_sf_gegenpoly_array | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(num); int n=>num; double lambda) | Signature: (double x(); double [o]y(num); int n=>num; double lambda) | |||
=for ref | =for ref | |||
Calculate array of Gegenbauer polynomials from 0 to n-1. | Calculate array of Gegenbauer polynomials from 0 to n-1. | |||
=for bad | =for bad | |||
gsl_sf_gegenpoly_array does not process bad values. | gsl_sf_gegenpoly_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 106 "GEGENBAUER.pm" | #line 106 "GEGENBAUER.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_gegenpoly_array = \&PDL::gsl_sf_gegenpoly_array; | *gsl_sf_gegenpoly_array = \&PDL::gsl_sf_gegenpoly_array; | |||
#line 113 "GEGENBAUER.pm" | #line 113 "GEGENBAUER.pm" | |||
#line 49 "gsl_sf_gegenbauer.pd" | #line 49 "gsl_sf_gegenbauer.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. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |