| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=pr), | intent(in) | :: | X(:) | |||
| real(kind=pr), | intent(out) | :: | F(:) | |||
| real(kind=pr), | intent(out) | :: | J(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(to_solve) | :: | sub | ||||
| real(kind=pr), | intent(inout) | :: | x(:) | |||
| real(kind=pr), | intent(in) | :: | tol | |||
| integer, | intent(in) | :: | max_its | |||
| integer, | intent(out) | :: | its |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(to_solve) | :: | sub | ||||
| real(kind=pr), | intent(inout) | :: | x(:) | |||
| real(kind=pr), | intent(in) | :: | tol | |||
| integer, | intent(in) | :: | max_its | |||
| integer, | intent(out) | :: | its |