1BESSEL(3) User Contributed Perl Documentation BESSEL(3)
2
3
4
6 PDL::GSLSF::BESSEL - 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_bessel_Jn
16
17 Signature: (double x(); double [o]y(); double [o]e(); int n)
18
19 Regular Bessel Function J_n(x).
20
21 gsl_sf_bessel_J_array
22
23 Signature: (double x(); double [o]y(num); int s; int n=>num)
24
25 Array of Regular Bessel Functions J_{s}(x) to J_{s+n-1}(x).
26
27 gsl_sf_bessel_Yn
28
29 Signature: (double x(); double [o]y(); double [o]e(); int n)
30
31 IrRegular Bessel Function Y_n(x).
32
33 gsl_sf_bessel_Y_array
34
35 Signature: (double x(); double [o]y(num); int s; int n=>num)
36
37 Array of Regular Bessel Functions Y_{s}(x) to Y_{s+n-1}(x).
38
39 gsl_sf_bessel_In
40
41 Signature: (double x(); double [o]y(); double [o]e(); int n)
42
43 Regular Modified Bessel Function I_n(x).
44
45 gsl_sf_bessel_I_array
46
47 Signature: (double x(); double [o]y(num); int s; int n=>num)
48
49 Array of Regular Modified Bessel Functions I_{s}(x) to I_{s+n-1}(x).
50
51 gsl_sf_bessel_In_scaled
52
53 Signature: (double x(); double [o]y(); double [o]e(); int n)
54
55 Scaled Regular Modified Bessel Function exp(-⎪x⎪) I_n(x).
56
57 gsl_sf_bessel_I_scaled_array
58
59 Signature: (double x(); double [o]y(num); int s; int n=>num)
60
61 Array of Scaled Regular Modified Bessel Functions exp(-⎪x⎪) I_{s}(x) to
62 exp(-⎪x⎪) I_{s+n-1}(x).
63
64 gsl_sf_bessel_Kn
65
66 Signature: (double x(); double [o]y(); double [o]e(); int n)
67
68 IrRegular Modified Bessel Function K_n(x).
69
70 gsl_sf_bessel_K_array
71
72 Signature: (double x(); double [o]y(num); int s; int n=>num)
73
74 Array of IrRegular Modified Bessel Functions K_{s}(x) to K_{s+n-1}(x).
75
76 gsl_sf_bessel_Kn_scaled
77
78 Signature: (double x(); double [o]y(); double [o]e(); int n)
79
80 Scaled IrRegular Modified Bessel Function exp(-⎪x⎪) K_n(x).
81
82 gsl_sf_bessel_K_scaled_array
83
84 Signature: (double x(); double [o]y(num); int s; int n=>num)
85
86 Array of Scaled IrRegular Modified Bessel Functions exp(-⎪x⎪) K_{s}(x)
87 to exp(-⎪x⎪) K_{s+n-1}(x).
88
89 gsl_sf_bessel_jl
90
91 Signature: (double x(); double [o]y(); double [o]e(); int n)
92
93 Regular Sphericl Bessel Function J_n(x).
94
95 gsl_sf_bessel_j_array
96
97 Signature: (double x(); double [o]y(num); int n=>num)
98
99 Array of Spherical Regular Bessel Functions J_{0}(x) to J_{n-1}(x).
100
101 gsl_sf_bessel_yl
102
103 Signature: (double x(); double [o]y(); double [o]e(); int n)
104
105 IrRegular Spherical Bessel Function y_n(x).
106
107 gsl_sf_bessel_y_array
108
109 Signature: (double x(); double [o]y(num); int n=>num)
110
111 Array of Regular Spherical Bessel Functions y_{0}(x) to y_{n-1}(x).
112
113 gsl_sf_bessel_il_scaled
114
115 Signature: (double x(); double [o]y(); double [o]e(); int n)
116
117 Scaled Regular Modified Spherical Bessel Function exp(-⎪x⎪) i_n(x).
118
119 gsl_sf_bessel_i_scaled_array
120
121 Signature: (double x(); double [o]y(num); int n=>num)
122
123 Array of Scaled Regular Modified Spherical Bessel Functions exp(-⎪x⎪)
124 i_{0}(x) to exp(-⎪x⎪) i_{n-1}(x).
125
126 gsl_sf_bessel_kl_scaled
127
128 Signature: (double x(); double [o]y(); double [o]e(); int n)
129
130 Scaled IrRegular Modified Spherical Bessel Function exp(-⎪x⎪) k_n(x).
131
132 gsl_sf_bessel_k_scaled_array
133
134 Signature: (double x(); double [o]y(num); int n=>num)
135
136 Array of Scaled IrRegular Modified Spherical Bessel Functions exp(-⎪x⎪)
137 k_{s}(x) to exp(-⎪x⎪) k_{s+n-1}(x).
138
139 gsl_sf_bessel_Jnu
140
141 Signature: (double x(); double [o]y(); double [o]e(); double n)
142
143 Regular Cylindrical Bessel Function J_nu(x).
144
145 gsl_sf_bessel_Ynu
146
147 Signature: (double x(); double [o]y(); double [o]e(); double n)
148
149 IrRegular Cylindrical Bessel Function J_nu(x).
150
151 gsl_sf_bessel_Inu_scaled
152
153 Signature: (double x(); double [o]y(); double [o]e(); double n)
154
155 Scaled Modified Cylindrical Bessel Function exp(-⎪x⎪) I_nu(x).
156
157 gsl_sf_bessel_Inu
158
159 Signature: (double x(); double [o]y(); double [o]e(); double n)
160
161 Modified Cylindrical Bessel Function I_nu(x).
162
163 gsl_sf_bessel_Knu_scaled
164
165 Signature: (double x(); double [o]y(); double [o]e(); double n)
166
167 Scaled Modified Cylindrical Bessel Function exp(-⎪x⎪) K_nu(x).
168
169 gsl_sf_bessel_Knu
170
171 Signature: (double x(); double [o]y(); double [o]e(); double n)
172
173 Modified Cylindrical Bessel Function K_nu(x).
174
175 gsl_sf_bessel_lnKnu
176
177 Signature: (double x(); double [o]y(); double [o]e(); double n)
178
179 Logarithm of Modified Cylindrical Bessel Function K_nu(x).
180
182 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
183 este.it> All rights reserved. There is no warranty. You are allowed to
184 redistribute this software / documentation under certain conditions.
185 For details, see the file COPYING in the PDL distribution. If this file
186 is separated from the PDL distribution, the copyright notice should be
187 included in the file.
188
189 The GSL SF modules were written by G. Jungman.
190
191
192
193perl v5.8.8 2006-12-02 BESSEL(3)