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 CBESSJ proc~fact Fact proc~cbessj->proc~fact

Called by

proc~~cbessj~~CalledByGraph proc~cbessj CBESSJ proc~int_t_res_rel int_T_res_rel proc~int_t_res_rel->proc~cbessj proc~landau_integrate_rel landau_integrate_rel proc~landau_integrate_rel->proc~int_t_res_rel proc~full_integrate full_integrate proc~full_integrate->proc~landau_integrate_rel proc~disp disp proc~disp->proc~full_integrate proc~calc_eigen calc_eigen proc~calc_eigen->proc~disp proc~map_search map_search proc~map_search->proc~disp proc~refine_guess refine_guess proc~map_search->proc~refine_guess proc~om_double_scan om_double_scan proc~om_double_scan->proc~disp proc~om_double_scan->proc~calc_eigen proc~secant secant proc~om_double_scan->proc~secant proc~om_scan 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