cyzo Subroutine

public subroutine cyzo(Nt, Kf, Kc, Zo, Zv)

Compute the complex zeros of Y0(z), Y1(z) and Y1'(z), and their associated values at the zeros using the modified Newton's iteration method

Arguments

Type IntentOptional Attributes Name
integer :: Nt
integer :: Kf
integer :: Kc
complex(kind=wp), dimension(nt) :: Zo
complex(kind=wp), dimension(nt) :: Zv

Calls

proc~~cyzo~~CallsGraph proc~cyzo specfun_module::cyzo proc~cy01 specfun_module::cy01 proc~cyzo->proc~cy01