(git:6a2e663)
bessel_lib Module Reference

Calculates Bessel functions. More...

Functions/Subroutines

elemental real(kind=dp) function, public bessk0 (x)
 ... More...
 
elemental real(kind=dp) function, public bessk1 (x)
 ... More...
 
elemental impure real(kind=dp) function, public bessel0 (x, l)
 ... More...
 

Detailed Description

Calculates Bessel functions.

Note
Functions adapted from netlib
History
March-2006: Bessel Transform (JGH)
Author
JGH (10-02-2001)

Function/Subroutine Documentation

◆ bessk0()

elemental real(kind=dp) function, public bessel_lib::bessk0 ( real(kind=dp), intent(in)  x)

...

Parameters
xmust be positive
Returns
...

Definition at line 35 of file bessel_lib.F.

Here is the caller graph for this function:

◆ bessk1()

elemental real(kind=dp) function, public bessel_lib::bessk1 ( real(kind=dp), intent(in)  x)

...

Parameters
xmust be positive
Returns
...

Definition at line 64 of file bessel_lib.F.

Here is the caller graph for this function:

◆ bessel0()

elemental impure real(kind=dp) function, public bessel_lib::bessel0 ( real(kind=dp), intent(in)  x,
integer, intent(in)  l 
)

...

Parameters
x...
l...
Returns
...

Definition at line 160 of file bessel_lib.F.

Here is the caller graph for this function: