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
13 gsl_sf_gegenpoly_n
14 Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda)
15
16 Evaluate Gegenbauer polynomials.
17
18 gsl_sf_gegenpoly_n does not process bad values. It will set the bad-
19 value flag of all output ndarrays if the flag is set for any of the
20 input ndarrays.
21
22 gsl_sf_gegenpoly_array
23 Signature: (double x(); double [o]y(num); int n=>num; double lambda)
24
25 Calculate array of Gegenbauer polynomials from 0 to n-1.
26
27 gsl_sf_gegenpoly_array does not process bad values. It will set the
28 bad-value flag of all output ndarrays if the flag is set for any of the
29 input ndarrays.
30
32 This file copyright (C) 1999 Christian Pellegrin
33 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
34 You are allowed to redistribute this software / documentation under
35 certain conditions. For details, see the file COPYING in the PDL
36 distribution. If this file is separated from the PDL distribution, the
37 copyright notice should be included in the file.
38
39 The GSL SF modules were written by G. Jungman.
40
41
42
43perl v5.36.0 2022-07-22 GEGENBAUER(3)