CBESSJ Subroutine

public subroutine CBESSJ(z, nu, z1)

This subroutine calculates the complex Bessel function. It is based on the CBESSJ function release 1.1 by J-P Moreau, Paris (www.jpmoreau.fr).

Arguments

Type IntentOptional Attributes Name
double complex, intent(in) :: z

Argument of the Bessel function.

integer, intent(in) :: nu

Order of Bessel function.

double complex, intent(out) :: z1

Resulting value of Bessel function.


Calls

proc~~cbessj~~CallsGraph proc~cbessj alps_fns_rel::CBESSJ proc~fact alps_fns_rel::Fact proc~cbessj->proc~fact

Called by

proc~~cbessj~~CalledByGraph proc~cbessj alps_fns_rel::CBESSJ proc~int_t_res_rel alps_fns_rel::int_T_res_rel proc~int_t_res_rel->proc~cbessj proc~landau_integrate_rel alps_fns_rel::landau_integrate_rel proc~landau_integrate_rel->proc~int_t_res_rel proc~full_integrate alps_fns::full_integrate proc~full_integrate->proc~landau_integrate_rel proc~disp alps_fns::disp proc~disp->proc~full_integrate proc~calc_eigen alps_fns::calc_eigen proc~calc_eigen->proc~disp proc~map_search alps_fns::map_search proc~map_search->proc~disp proc~refine_guess alps_fns::refine_guess proc~map_search->proc~refine_guess proc~om_double_scan alps_fns::om_double_scan proc~om_double_scan->proc~disp proc~om_double_scan->proc~calc_eigen proc~secant alps_fns::secant proc~om_double_scan->proc~secant proc~om_scan alps_fns::om_scan proc~om_scan->proc~disp proc~om_scan->proc~calc_eigen proc~om_scan->proc~secant proc~refine_guess->proc~disp proc~refine_guess->proc~secant proc~secant->proc~disp program~alps alps program~alps->proc~map_search program~alps->proc~om_double_scan program~alps->proc~om_scan program~alps->proc~refine_guess

Contents