|
fortran-bessels
Fast, accurate Bessel functions in pure modern Fortran
|
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) |
| 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 ) |

| 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 ) |
| elemental complex(bk) function, public bessels_debye::hankel_debye | ( | real(bk), intent(in) | nu, |
| real(bk), intent(in) | x ) |

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