cerzo Subroutine

public subroutine cerzo(Nt, Zo)

Evaluate the complex zeros of error function erf(z) using the modified Newton's iteration method

Arguments

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

Calls

proc~~cerzo~~CallsGraph proc~cerzo specfun_module::cerzo proc~cerf specfun_module::cerf proc~cerzo->proc~cerf