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

« back to all changes in this revision

Viewing changes to Irregular-Modified-Spherical-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>Irregular Modified Spherical 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="Regular-Modified-Spherical-Bessel-Functions.html#Regular-Modified-Spherical-Bessel-Functions" title="Regular Modified Spherical Bessel Functions">
 
10
<link rel="next" href="Regular-Bessel-Function-_002d-Fractional-Order.html#Regular-Bessel-Function-_002d-Fractional-Order" title="Regular Bessel Function - Fractional Order">
 
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="Irregular-Modified-Spherical-Bessel-Functions"></a>
 
43
Next:&nbsp;<a rel="next" accesskey="n" href="Regular-Bessel-Function-_002d-Fractional-Order.html#Regular-Bessel-Function-_002d-Fractional-Order">Regular Bessel Function - Fractional Order</a>,
 
44
Previous:&nbsp;<a rel="previous" accesskey="p" href="Regular-Modified-Spherical-Bessel-Functions.html#Regular-Modified-Spherical-Bessel-Functions">Regular Modified Spherical 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.8 Irregular Modified Spherical Bessel Functions</h4>
 
50
 
 
51
<p><a name="index-Irregular-Modified-Spherical-Bessel-Functions-345"></a>
 
52
The irregular modified spherical Bessel functions k_l(x)
 
53
are related to the irregular modified Bessel functions of fractional order,
 
54
<!-- {$k_l(x) = \sqrt{\pi/(2x)} K_{l+1/2}(x)$} -->
 
55
k_l(x) = \sqrt{\pi/(2x)} K_{l+1/2}(x).
 
56
 
 
57
<div class="defun">
 
58
&mdash; Function: double <b>gsl_sf_bessel_k0_scaled</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk0_005fscaled-346"></a></var><br>
 
59
&mdash; Function: int <b>gsl_sf_bessel_k0_scaled_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk0_005fscaled_005fe-347"></a></var><br>
 
60
<blockquote><p>These routines compute the scaled irregular modified spherical Bessel
 
61
function of zeroth order, \exp(x) k_0(x), for x&gt;0. 
 
62
<!-- Domain: x > 0.0 -->
 
63
<!-- Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW -->
 
64
</p></blockquote></div>
 
65
 
 
66
<div class="defun">
 
67
&mdash; Function: double <b>gsl_sf_bessel_k1_scaled</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk1_005fscaled-348"></a></var><br>
 
68
&mdash; Function: int <b>gsl_sf_bessel_k1_scaled_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk1_005fscaled_005fe-349"></a></var><br>
 
69
<blockquote><p>These routines compute the scaled irregular modified spherical Bessel
 
70
function of first order, \exp(x) k_1(x), for x&gt;0. 
 
71
<!-- Domain: x > 0.0 -->
 
72
<!-- Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW, GSL_EOVRFLW -->
 
73
</p></blockquote></div>
 
74
 
 
75
<div class="defun">
 
76
&mdash; Function: double <b>gsl_sf_bessel_k2_scaled</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk2_005fscaled-350"></a></var><br>
 
77
&mdash; Function: int <b>gsl_sf_bessel_k2_scaled_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fk2_005fscaled_005fe-351"></a></var><br>
 
78
<blockquote><p>These routines compute the scaled irregular modified spherical Bessel
 
79
function of second order, \exp(x) k_2(x), for x&gt;0. 
 
80
<!-- Domain: x > 0.0 -->
 
81
<!-- Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW, GSL_EOVRFLW -->
 
82
</p></blockquote></div>
 
83
 
 
84
<div class="defun">
 
85
&mdash; Function: double <b>gsl_sf_bessel_kl_scaled</b> (<var>int l, double x</var>)<var><a name="index-gsl_005fsf_005fbessel_005fkl_005fscaled-352"></a></var><br>
 
86
&mdash; Function: int <b>gsl_sf_bessel_kl_scaled_e</b> (<var>int l, double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005fbessel_005fkl_005fscaled_005fe-353"></a></var><br>
 
87
<blockquote><p>These routines compute the scaled irregular modified spherical Bessel
 
88
function of order <var>l</var>, \exp(x) k_l(x), for x&gt;0. 
 
89
<!-- Domain: x > 0.0 -->
 
90
<!-- Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW -->
 
91
</p></blockquote></div>
 
92
 
 
93
<div class="defun">
 
94
&mdash; Function: int <b>gsl_sf_bessel_kl_scaled_array</b> (<var>int lmax, double x, double result_array</var>[])<var><a name="index-gsl_005fsf_005fbessel_005fkl_005fscaled_005farray-354"></a></var><br>
 
95
<blockquote><p>This routine computes the values of the scaled irregular modified
 
96
spherical Bessel functions \exp(x) k_l(x) for l from
 
97
0 to <var>lmax</var> inclusive for <!-- {$lmax \geq 0$} -->
 
98
lmax &gt;= 0 and x&gt;0, storing the results in
 
99
the array <var>result_array</var>. 
 
100
The values are computed using recurrence relations for
 
101
efficiency, and therefore may differ slightly from the exact values. 
 
102
<!-- Domain: lmax >= 0 -->
 
103
<!-- Conditions: l=0,1,...,lmax -->
 
104
<!-- Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW -->
 
105
</p></blockquote></div>
 
106
 
 
107
   </body></html>
 
108