| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(solver_function) | :: | f |
function for which we want to find a root |
|||
| real, | intent(in) | :: | x0 |
left bracket bound |
||
| real, | intent(in) | :: | x1 |
right bracket bound |
||
| real, | intent(in) | :: | tol |
convergence tolerance on x |
||
| integer, | intent(in) | :: | max_iter |
maximum number of iterations |