find_zero_bisect_newton Subroutine

private subroutine find_zero_bisect_newton(n, xold, xnew, pold, pnew, zz)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
double precision, intent(in) :: xold
double precision, intent(in) :: xnew
double precision, intent(in) :: pold
double precision, intent(in) :: pnew
double precision, intent(out) :: zz