fortran-bessels
Fast, accurate Bessel functions in pure modern Fortran
Loading...
Searching...
No Matches
bessels_debye Module Reference

Data Types

interface  uk_poly10
 
interface  uk_poly20
 

Functions/Subroutines

elemental complex(bk) function, public hankel_debye (nu, x)
 
elemental subroutine, public besseljy_debye (v, x, besselj, bessely)
 
pure subroutine, public uk_poly10 (p2, poly10)
 
pure subroutine, public uk_poly20 (p2, poly20)
 
elemental subroutine, public besseljy_large_argument (nu, x, besselj, bessely)
 

Function/Subroutine Documentation

◆ besseljy_debye()

elemental subroutine, public bessels_debye::besseljy_debye ( real(bk), intent(in) v,
real(bk), intent(in) x,
real(bk), intent(out) besselj,
real(bk), intent(out) bessely )
Here is the call graph for this function:

◆ besseljy_large_argument()

elemental subroutine, public bessels_debye::besseljy_large_argument ( real(bk), intent(in) nu,
real(bk), intent(in) x,
real(bk), intent(out) besselj,
real(bk), intent(out) bessely )

◆ hankel_debye()

elemental complex(bk) function, public bessels_debye::hankel_debye ( real(bk), intent(in) nu,
real(bk), intent(in) x )
Here is the call graph for this function:

◆ uk_poly10()

pure subroutine, public bessels_debye::uk_poly10 ( real(bk), intent(in) p2,
real(bk), dimension(11), intent(out) poly10 )

◆ uk_poly20()

pure subroutine, public bessels_debye::uk_poly20 ( real(bk), intent(in) p2,
real(bk), dimension(0:20), intent(out) poly20 )