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
15 gsl_sf_gegenpoly_n
16
17 Signature: (double x(); double [o]y(); double [o]e(); int n; double lambda)
18
19 Evaluate Gegenbauer polynomials.
20
21 gsl_sf_gegenpoly_array
22
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
28 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
29 este.it> All rights reserved. There is no warranty. You are allowed to
30 redistribute this software / documentation under certain conditions.
31 For details, see the file COPYING in the PDL distribution. If this file
32 is separated from the PDL distribution, the copyright notice should be
33 included in the file.
34
35 The GSL SF modules were written by G. Jungman.
36
37
38
39perl v5.8.8 2006-12-02 GEGENBAUER(3)