1GEGENBAUER(3) User Contributed Perl Documentation GEGENBAUER(3)
2
3
4
6 PDL::GSLSF::GEGENBAUER - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
14 gsl_sf_gegenpoly_n
15 Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda)
16
17 Evaluate Gegenbauer polynomials.
18
19 gsl_sf_gegenpoly_n does not process bad values. It will set the bad-
20 value flag of all output piddles if the flag is set for any of the
21 input piddles.
22
23 gsl_sf_gegenpoly_array
24 Signature: (double x(); double [o]y(num); int n=>num; double lambda)
25
26 Calculate array of Gegenbauer polynomials from 0 to n-1.
27
28 gsl_sf_gegenpoly_array does not process bad values. It will set the
29 bad-value flag of all output piddles if the flag is set for any of the
30 input piddles.
31
33 This file copyright (C) 1999 Christian Pellegrin
34 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
35 You are allowed to redistribute this software / documentation under
36 certain conditions. For details, see the file COPYING in the PDL
37 distribution. If this file is separated from the PDL distribution, the
38 copyright notice should be included in the file.
39
40 The GSL SF modules were written by G. Jungman.
41
42
43
44perl v5.32.1 2021-02-15 GEGENBAUER(3)