Scrambler
1
|
Public Member Functions | |
real(kind=8) function | besei0 (x) |
real(kind=8) function | besei1 (x) |
real(kind=8) function | besek0 (x) |
real(kind=8) function | besek1 (x) |
real(kind=8) function | besi0 (x) |
real(kind=8) function | besi1 (x) |
real(kind=8) function | besj0 (x) |
real(kind=8) function | besj1 (x) |
real(kind=8) function | besk0 (x) |
real(kind=8) function | besk1 (x) |
real(kind=8) function | besy0 (x) |
real(kind=8) function | besy1 (x) |
subroutine | calcei (arg, result, jint) |
subroutine | calci0 (arg, result, jint) |
subroutine | calci1 (arg, result, jint) |
subroutine | calck0 (arg, result, jint) |
subroutine | calck1 (arg, result, jint) |
subroutine | calerf (arg, result, jint) |
subroutine | caljy0 (arg, result, jint) |
subroutine | caljy1 (arg, result, jint) |
real(kind=8) function | daw (xx) |
real(kind=8) function | dlgama (x) |
subroutine | dsubn (x, nmax, xmax, d) |
real(kind=8) function | ei (x) |
real(kind=8) function | eone (x) |
real(kind=8) function | expei (x) |
subroutine | machar (ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp, eps, epsneg, xmin, xmax) |
real(kind=8) function | r8_erf (x) |
real(kind=8) function | r8_erfc (x) |
real(kind=8) function | r8_erfcx (x) |
real(kind=8) function | r8_gamma (x) |
real(kind=8) function | r8_psi (xx) |
real(kind=8) function | ren (k) |
subroutine | ribesl (x, alpha, nb, ize, b, ncalc) |
subroutine | rjbesl (x, alpha, nb, b, ncalc) |
subroutine | rkbesl (x, alpha, nb, ize, bk, ncalc) |
subroutine | rybesl (x, alpha, nb, by, ncalc) |
subroutine | timestamp () |
Definition at line 25 of file specfun.f90.
real ( kind = 8 ) function besei0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 31 of file specfun.f90.
real ( kind = 8 ) function besei1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 74 of file specfun.f90.
real ( kind = 8 ) function besek0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 118 of file specfun.f90.
real ( kind = 8 ) function besek1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 163 of file specfun.f90.
real ( kind = 8 ) function besi0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 208 of file specfun.f90.
real ( kind = 8 ) function besi1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 254 of file specfun.f90.
real ( kind = 8 ) function besj0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 300 of file specfun.f90.
real ( kind = 8 ) function besj1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 345 of file specfun.f90.
real ( kind = 8 ) function besk0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 390 of file specfun.f90.
real ( kind = 8 ) function besk1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 436 of file specfun.f90.
real ( kind = 8 ) function besy0 | ( | real ( kind = 8 ) | x | ) |
Definition at line 480 of file specfun.f90.
real ( kind = 8 ) function besy1 | ( | real ( kind = 8 ) | x | ) |
Definition at line 525 of file specfun.f90.
subroutine calcei | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 570 of file specfun.f90.
subroutine calci0 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 994 of file specfun.f90.
subroutine calci1 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 1189 of file specfun.f90.
subroutine calck0 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 1391 of file specfun.f90.
subroutine calck1 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 1580 of file specfun.f90.
subroutine calerf | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 1776 of file specfun.f90.
subroutine caljy0 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 2032 of file specfun.f90.
subroutine caljy1 | ( | real ( kind = 8 ) | arg, |
real ( kind = 8 ) | result, | ||
integer ( kind = 4 ) | jint | ||
) |
Definition at line 2426 of file specfun.f90.
real ( kind = 8 ) function daw | ( | real ( kind = 8 ) | xx | ) |
Definition at line 2787 of file specfun.f90.
real ( kind = 8 ) function dlgama | ( | real ( kind = 8 ) | x | ) |
Definition at line 2999 of file specfun.f90.
subroutine dsubn | ( | real ( kind = 8 ) | x, |
integer ( kind = 4 ) | nmax, | ||
real ( kind = 8 ) | xmax, | ||
real ( kind = 8 ), dimension(0:nmax) | d | ||
) |
Definition at line 3267 of file specfun.f90.
real ( kind = 8 ) function ei | ( | real ( kind = 8 ) | x | ) |
Definition at line 3448 of file specfun.f90.
real ( kind = 8 ) function eone | ( | real ( kind = 8 ) | x | ) |
Definition at line 3491 of file specfun.f90.
real ( kind = 8 ) function expei | ( | real ( kind = 8 ) | x | ) |
Definition at line 3534 of file specfun.f90.
subroutine machar | ( | integer ( kind = 4 ) | ibeta, |
integer ( kind = 4 ) | it, | ||
integer ( kind = 4 ) | irnd, | ||
integer ( kind = 4 ) | ngrd, | ||
integer ( kind = 4 ) | machep, | ||
integer ( kind = 4 ) | negep, | ||
integer ( kind = 4 ) | iexp, | ||
integer ( kind = 4 ) | minexp, | ||
integer ( kind = 4 ) | maxexp, | ||
real ( kind = 8 ) | eps, | ||
real ( kind = 8 ) | epsneg, | ||
real ( kind = 8 ) | xmin, | ||
real ( kind = 8 ) | xmax | ||
) |
Definition at line 3578 of file specfun.f90.
real ( kind = 8 ) function r8_erf | ( | real ( kind = 8 ) | x | ) |
Definition at line 3960 of file specfun.f90.
real ( kind = 8 ) function r8_erfc | ( | real ( kind = 8 ) | x | ) |
Definition at line 4007 of file specfun.f90.
real ( kind = 8 ) function r8_erfcx | ( | real ( kind = 8 ) | x | ) |
Definition at line 4054 of file specfun.f90.
real ( kind = 8 ) function r8_gamma | ( | real ( kind = 8 ) | x | ) |
Definition at line 4101 of file specfun.f90.
real ( kind = 8 ) function r8_psi | ( | real ( kind = 8 ) | xx | ) |
Definition at line 4362 of file specfun.f90.
real ( kind = 8 ) function ren | ( | integer ( kind = 4 ) | k | ) |
Definition at line 4596 of file specfun.f90.
subroutine ribesl | ( | real ( kind = 8 ) | x, |
real ( kind = 8 ) | alpha, | ||
integer ( kind = 4 ) | nb, | ||
integer ( kind = 4 ) | ize, | ||
real ( kind = 8 ), dimension(nb) | b, | ||
integer ( kind = 4 ) | ncalc | ||
) |
Definition at line 4656 of file specfun.f90.
subroutine rjbesl | ( | real ( kind = 8 ) | x, |
real ( kind = 8 ) | alpha, | ||
integer ( kind = 4 ) | nb, | ||
real ( kind = 8 ), dimension(nb) | b, | ||
integer ( kind = 4 ) | ncalc | ||
) |
Definition at line 5231 of file specfun.f90.
subroutine rkbesl | ( | real ( kind = 8 ) | x, |
real ( kind = 8 ) | alpha, | ||
integer ( kind = 4 ) | nb, | ||
integer ( kind = 4 ) | ize, | ||
real ( kind = 8 ), dimension(1) | bk, | ||
integer ( kind = 4 ) | ncalc | ||
) |
Definition at line 5892 of file specfun.f90.
subroutine rybesl | ( | real ( kind = 8 ) | x, |
real ( kind = 8 ) | alpha, | ||
integer ( kind = 4 ) | nb, | ||
real ( kind = 8 ), dimension(nb) | by, | ||
integer ( kind = 4 ) | ncalc | ||
) |
Definition at line 6493 of file specfun.f90.
subroutine timestamp | ( | ) |
Definition at line 7004 of file specfun.f90.