bjndd Subroutine

public subroutine bjndd(n, x, Bj, Dj, Fj)

Compute Bessel functions Jn(x) and their first and second derivatives ( n= 0,1,… )

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=wp) :: x
real(kind=wp), dimension(101) :: Bj
real(kind=wp), dimension(101) :: Dj
real(kind=wp), dimension(101) :: Fj

Called by

proc~~bjndd~~CalledByGraph proc~bjndd specfun_module::bjndd proc~jdzo specfun_module::jdzo proc~jdzo->proc~bjndd