newton Subroutine

public subroutine newton(f, xinit, eps, Niter)

Arguments

Type IntentOptional Attributes Name
private function f(x)
Arguments
Type IntentOptional Attributes Name
real(kind=8) :: x
Return Value real(kind=8)
real(kind=8), intent(inout) :: xinit
real(kind=8), optional :: eps
integer, optional :: Niter