~ubuntu-branches/ubuntu/trusty/gsl-ref-html/trusty

« back to all changes in this revision

Viewing changes to Regular-Modified-Cylindrical-Bessel-Functions.html

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2006-04-12 19:46:32 UTC
  • mfrom: (1.3.1 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060412194632-c9lodpl075pv9si3
Tags: 1.8-1
* New upstream release 1.8
* As with previous releases, the sources were obtained from the FSF web 
  pages by means of a wget call (c.f. the debian/rules target 'upstream')

* debian/control: Standards-Version increased to 3.6.2
* debian/copyright: Updated FSF address
* debian/rules: Set DH_COMPAT=4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>Regular Modified Cylindrical Bessel Functions - GNU Scientific Library -- Reference Manual</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="GNU Scientific Library -- Reference Manual">
 
6
<meta name="generator" content="makeinfo 4.8">
 
7
<link title="Top" rel="start" href="index.html#Top">
 
8
<link rel="up" href="Bessel-Functions.html#Bessel-Functions" title="Bessel Functions">
 
9
<link rel="prev" href="Irregular-Cylindrical-Bessel-Functions.html#Irregular-Cylindrical-Bessel-Functions" title="Irregular Cylindrical Bessel Functions">
 
10
<link rel="next" href="Irregular-Modified-Cylindrical-Bessel-Functions.html#Irregular-Modified-Cylindrical-Bessel-Functions" title="Irregular Modified Cylindrical Bessel Functions">
 
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 
12
<!--
 
13
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 The GSL Team.
 
14
 
 
15
Permission is granted to copy, distribute and/or modify this document
 
16
under the terms of the GNU Free Documentation License, Version 1.2 or
 
17
any later version published by the Free Software Foundation; with the
 
18
Invariant Sections being ``GNU General Public License'' and ``Free Software
 
19
Needs Free Documentation'', the Front-Cover text being ``A GNU Manual'',
 
20
and with the Back-Cover Text being (a) (see below).  A copy of the
 
21
license is included in the section entitled ``GNU Free Documentation
 
22
License''.
 
23
 
 
24
(a) The Back-Cover Text is: ``You have freedom to copy and modify this
 
25
GNU Manual, like GNU software.''-->
 
26
<meta http-equiv="Content-Style-Type" content="text/css">
 
27
<style type="text/css"><!--
 
28
  pre.display { font-family:inherit }
 
29
  pre.format  { font-family:inherit }
 
30
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
31
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
32
  pre.smallexample { font-size:smaller }
 
33
  pre.smalllisp    { font-size:smaller }
 
34
  span.sc    { font-variant:small-caps }
 
35
  span.roman { font-family:serif; font-weight:normal; } 
 
36
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 
37
--></style>
 
38
</head>
 
39
<body>
 
40
<div class="node">
 
41
<p>
 
42
<a name="Regular-Modified-Cylindrical-Bessel-Functions"></a>
 
43
Next:&nbsp;<a rel="next" accesskey="n" href="Irregular-Modified-Cylindrical-Bessel-Functions.html#Irregular-Modified-Cylindrical-Bessel-Functions">Irregular Modified Cylindrical Bessel Functions</a>,
 
44
Previous:&nbsp;<a rel="previous" accesskey="p" href="Irregular-Cylindrical-Bessel-Functions.html#Irregular-Cylindrical-Bessel-Functions">Irregular Cylindrical Bessel Functions</a>,
 
45
Up:&nbsp;<a rel="up" accesskey="u" href="Bessel-Functions.html#Bessel-Functions">Bessel Functions</a>
 
46
<hr>
 
47
</div>
 
48
 
 
49
<h4 class="subsection">7.5.3 Regular Modified Cylindrical Bessel Functions</h4>
 
50
 
 
51
<p><a name="index-Modified-Cylindrical-Bessel-Functions-281"></a><a name="index-Regular-Modified-Cylindrical-Bessel-Functions-282"></a>
 
52
 
 
53
<div class="defun">
 
54
&mdash; Function: double <b>gsl_sf_bessel_I0</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI0-283"></a></var><br>
 
55
&mdash; Function: int <b>gsl_sf_bessel_I0_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI0_005fe-284"></a></var><br>
 
56
<blockquote><p>These routines compute the regular modified cylindrical Bessel function
 
57
of zeroth order, I_0(x). 
 
58
<!-- Exceptional Return Values: GSL_EOVRFLW -->
 
59
</p></blockquote></div>
 
60
 
 
61
<div class="defun">
 
62
&mdash; Function: double <b>gsl_sf_bessel_I1</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI1-285"></a></var><br>
 
63
&mdash; Function: int <b>gsl_sf_bessel_I1_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI1_005fe-286"></a></var><br>
 
64
<blockquote><p>These routines compute the regular modified cylindrical Bessel function
 
65
of first order, I_1(x). 
 
66
<!-- Exceptional Return Values: GSL_EOVRFLW, GSL_EUNDRFLW -->
 
67
</p></blockquote></div>
 
68
 
 
69
<div class="defun">
 
70
&mdash; Function: double <b>gsl_sf_bessel_In</b> (<var>int n, double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fIn-287"></a></var><br>
 
71
&mdash; Function: int <b>gsl_sf_bessel_In_e</b> (<var>int n, double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fIn_005fe-288"></a></var><br>
 
72
<blockquote><p>These routines compute the regular modified cylindrical Bessel function
 
73
of order <var>n</var>, I_n(x). 
 
74
<!-- Exceptional Return Values: GSL_EOVRFLW, GSL_EUNDRFLW -->
 
75
</p></blockquote></div>
 
76
 
 
77
<div class="defun">
 
78
&mdash; Function: int <b>gsl_sf_bessel_In_array</b> (<var>int nmin, int nmax, double x, double result_array</var>[])<var><a name="index-gsl_005fsf_005fbessel_005fIn_005farray-289"></a></var><br>
 
79
<blockquote><p>This routine computes the values of the regular modified cylindrical
 
80
Bessel functions I_n(x) for n from <var>nmin</var> to
 
81
<var>nmax</var> inclusive, storing the results in the array
 
82
<var>result_array</var>.  The start of the range <var>nmin</var> must be positive
 
83
or zero.  The values are computed using recurrence relations for
 
84
efficiency, and therefore may differ slightly from the exact values. 
 
85
<!-- Domain: nmin >=0, nmax >= nmin -->
 
86
<!-- Conditions: n=nmin,...,nmax, nmin >=0, nmax >= nmin -->
 
87
<!-- Exceptional Return Values: GSL_EDOM, GSL_EOVRFLW, GSL_EUNDRFLW -->
 
88
</p></blockquote></div>
 
89
 
 
90
<div class="defun">
 
91
&mdash; Function: double <b>gsl_sf_bessel_I0_scaled</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI0_005fscaled-290"></a></var><br>
 
92
&mdash; Function: int <b>gsl_sf_bessel_I0_scaled_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI0_005fscaled_005fe-291"></a></var><br>
 
93
<blockquote><p>These routines compute the scaled regular modified cylindrical Bessel
 
94
function of zeroth order \exp(-|x|) I_0(x). 
 
95
<!-- Exceptional Return Values: none -->
 
96
</p></blockquote></div>
 
97
 
 
98
<div class="defun">
 
99
&mdash; Function: double <b>gsl_sf_bessel_I1_scaled</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI1_005fscaled-292"></a></var><br>
 
100
&mdash; Function: int <b>gsl_sf_bessel_I1_scaled_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fI1_005fscaled_005fe-293"></a></var><br>
 
101
<blockquote><p>These routines compute the scaled regular modified cylindrical Bessel
 
102
function of first order \exp(-|x|) I_1(x). 
 
103
<!-- Exceptional Return Values: GSL_EUNDRFLW -->
 
104
</p></blockquote></div>
 
105
 
 
106
<div class="defun">
 
107
&mdash; Function: double <b>gsl_sf_bessel_In_scaled</b> (<var>int n, double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fIn_005fscaled-294"></a></var><br>
 
108
&mdash; Function: int <b>gsl_sf_bessel_In_scaled_e</b> (<var>int n, double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fIn_005fscaled_005fe-295"></a></var><br>
 
109
<blockquote><p>These routines compute the scaled regular modified cylindrical Bessel
 
110
function of order <var>n</var>, \exp(-|x|) I_n(x)
 
111
<!-- Exceptional Return Values: GSL_EUNDRFLW -->
 
112
</p></blockquote></div>
 
113
 
 
114
<div class="defun">
 
115
&mdash; Function: int <b>gsl_sf_bessel_In_scaled_array</b> (<var>int nmin, int nmax, double x, double result_array</var>[])<var><a name="index-gsl_005fsf_005fbessel_005fIn_005fscaled_005farray-296"></a></var><br>
 
116
<blockquote><p>This routine computes the values of the scaled regular cylindrical
 
117
Bessel functions \exp(-|x|) I_n(x) for n from
 
118
<var>nmin</var> to <var>nmax</var> inclusive, storing the results in the array
 
119
<var>result_array</var>. The start of the range <var>nmin</var> must be positive
 
120
or zero.  The values are computed using recurrence relations for
 
121
efficiency, and therefore may differ slightly from the exact values. 
 
122
<!-- Domain: nmin >=0, nmax >= nmin -->
 
123
<!-- Conditions:  n=nmin,...,nmax -->
 
124
<!-- Exceptional Return Values: GSL_EUNDRFLW -->
 
125
</p></blockquote></div>
 
126
 
 
127
   </body></html>
 
128