sphi Subroutine

public subroutine sphi(n, x, Nm, Si, Di)

Compute modified spherical Bessel functions of the first kind, in(x) and in'(x)

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=wp) :: x
integer :: Nm
real(kind=wp), dimension(0:n) :: Si
real(kind=wp), dimension(0:n) :: Di

Calls

proc~~sphi~~CallsGraph proc~sphi specfun_module::sphi proc~msta1 specfun_module::msta1 proc~sphi->proc~msta1 proc~msta2 specfun_module::msta2 proc~sphi->proc~msta2 proc~envj specfun_module::envj proc~msta1->proc~envj proc~msta2->proc~envj