newton Interface

public interface newton

Module Procedures

public subroutine newton_1d(f, x, tol, max_iters)

Arguments

Type IntentOptional Attributes Name
procedure(f_1d) :: f
real(kind=pr), intent(inout) :: x
real(kind=pr), intent(in) :: tol
integer, intent(in) :: max_iters