|
fortran-bessels
Fast, accurate Bessel functions in pure modern Fortran
|
Public Member Functions | |
| pure subroutine | uk_poly20 (p2, poly20) |
| elemental subroutine | uk_poly20_split (p, v, p2, a, b) |
| pure subroutine bessels_debye::uk_poly20::uk_poly20 | ( | real(bk), intent(in) | p2, |
| real(bk), dimension(0:20), intent(out) | poly20 ) |

| elemental subroutine bessels_debye::uk_poly20::uk_poly20_split | ( | real(bk), intent(in) | p, |
| real(bk), intent(in) | v, | ||
| real(bk), intent(in) | p2, | ||
| real(bk), intent(out) | a, | ||
| real(bk), intent(out) | b ) |
