1LEGENDRE(3)           User Contributed Perl Documentation          LEGENDRE(3)
2
3
4

NAME

6       PDL::GSLSF::LEGENDRE - PDL interface to GSL Special Functions
7

DESCRIPTION

9       This is an interface to the Special Function package present in the GNU
10       Scientific Library.
11

SYNOPSIS

Functions

FUNCTIONS

15   gsl_sf_legendre_Pl
16         Signature: (double x(); double [o]y(); double [o]e(); int l)
17
18       P_l(x)
19
20       gsl_sf_legendre_Pl does not process bad values.  It will set the bad-
21       value flag of all output piddles if the flag is set for any of the
22       input piddles.
23
24   gsl_sf_legendre_Pl_array
25         Signature: (double x(); double [o]y(num); int l=>num)
26
27       P_l(x) from 0 to n-1.
28
29       gsl_sf_legendre_Pl_array does not process bad values.  It will set the
30       bad-value flag of all output piddles if the flag is set for any of the
31       input piddles.
32
33   gsl_sf_legendre_Ql
34         Signature: (double x(); double [o]y(); double [o]e(); int l)
35
36       Q_l(x)
37
38       gsl_sf_legendre_Ql does not process bad values.  It will set the bad-
39       value flag of all output piddles if the flag is set for any of the
40       input piddles.
41
42   gsl_sf_legendre_Plm
43         Signature: (double x(); double [o]y(); double [o]e(); int l; int m)
44
45       P_lm(x)
46
47       gsl_sf_legendre_Plm does not process bad values.  It will set the bad-
48       value flag of all output piddles if the flag is set for any of the
49       input piddles.
50
51   gsl_sf_legendre_Plm_array
52         Signature: (double x(); double [o]y(num); int l=>num; int m)
53
54       P_lm(x) for l from 0 to n-2+m.
55
56       gsl_sf_legendre_Plm_array does not process bad values.  It will set the
57       bad-value flag of all output piddles if the flag is set for any of the
58       input piddles.
59
60   gsl_sf_legendre_sphPlm
61         Signature: (double x(); double [o]y(); double [o]e(); int l; int m)
62
63       P_lm(x), normalized properly for use in spherical harmonics
64
65       gsl_sf_legendre_sphPlm does not process bad values.  It will set the
66       bad-value flag of all output piddles if the flag is set for any of the
67       input piddles.
68
69   gsl_sf_legendre_sphPlm_array
70         Signature: (double x(); double [o]y(num); int n=>num; int m)
71
72       P_lm(x), normalized properly for use in spherical harmonics for l from
73       0 to n-2+m.
74
75       gsl_sf_legendre_sphPlm_array does not process bad values.  It will set
76       the bad-value flag of all output piddles if the flag is set for any of
77       the input piddles.
78
79   gsl_sf_conicalP_half
80         Signature: (double x(); double [o]y(); double [o]e(); double lambda)
81
82       Irregular Spherical Conical Function P^{1/2}_{-1/2 + I lambda}(x)
83
84       gsl_sf_conicalP_half does not process bad values.  It will set the bad-
85       value flag of all output piddles if the flag is set for any of the
86       input piddles.
87
88   gsl_sf_conicalP_mhalf
89         Signature: (double x(); double [o]y(); double [o]e(); double lambda)
90
91       Regular Spherical Conical Function P^{-1/2}_{-1/2 + I lambda}(x)
92
93       gsl_sf_conicalP_mhalf does not process bad values.  It will set the
94       bad-value flag of all output piddles if the flag is set for any of the
95       input piddles.
96
97   gsl_sf_conicalP_0
98         Signature: (double x(); double [o]y(); double [o]e(); double lambda)
99
100       Conical Function P^{0}_{-1/2 + I lambda}(x)
101
102       gsl_sf_conicalP_0 does not process bad values.  It will set the bad-
103       value flag of all output piddles if the flag is set for any of the
104       input piddles.
105
106   gsl_sf_conicalP_1
107         Signature: (double x(); double [o]y(); double [o]e(); double lambda)
108
109       Conical Function P^{1}_{-1/2 + I lambda}(x)
110
111       gsl_sf_conicalP_1 does not process bad values.  It will set the bad-
112       value flag of all output piddles if the flag is set for any of the
113       input piddles.
114
115   gsl_sf_conicalP_sph_reg
116         Signature: (double x(); double [o]y(); double [o]e(); int l; double lambda)
117
118       Regular Spherical Conical Function P^{-1/2-l}_{-1/2 + I lambda}(x)
119
120       gsl_sf_conicalP_sph_reg does not process bad values.  It will set the
121       bad-value flag of all output piddles if the flag is set for any of the
122       input piddles.
123
124   gsl_sf_conicalP_cyl_reg_e
125         Signature: (double x(); double [o]y(); double [o]e(); int m; double lambda)
126
127       Regular Cylindrical Conical Function P^{-m}_{-1/2 + I lambda}(x)
128
129       gsl_sf_conicalP_cyl_reg_e does not process bad values.  It will set the
130       bad-value flag of all output piddles if the flag is set for any of the
131       input piddles.
132
133   gsl_sf_legendre_H3d
134         Signature: (double [o]y(); double [o]e(); int l; double lambda; double eta)
135
136       lth radial eigenfunction of the Laplacian on the 3-dimensional
137       hyperbolic space.
138
139       gsl_sf_legendre_H3d does not process bad values.  It will set the bad-
140       value flag of all output piddles if the flag is set for any of the
141       input piddles.
142
143   gsl_sf_legendre_H3d_array
144         Signature: (double [o]y(num); int l=>num; double lambda; double eta)
145
146       Array of H3d(ell), for l from 0 to n-1.
147
148       gsl_sf_legendre_H3d_array does not process bad values.  It will set the
149       bad-value flag of all output piddles if the flag is set for any of the
150       input piddles.
151

AUTHOR

153       This file copyright (C) 1999 Christian Pellegrin
154       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
155       You are allowed to redistribute this software / documentation under
156       certain conditions. For details, see the file COPYING in the PDL
157       distribution. If this file is separated from the PDL distribution, the
158       copyright notice should be included in the file.
159
160       The GSL SF modules were written by G. Jungman.
161
162
163
164perl v5.12.3                      2011-03-31                       LEGENDRE(3)
Impressum