| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(newton_result), | intent(inout) | :: | res | |||
| type(newton_result), | intent(out), | optional | :: | res_out | ||
| type(newton_settings), | intent(in) | :: | s | |||
| real(kind=pr), | intent(in), | optional | :: | hist_buf(:) | ||
| integer, | intent(in) | :: | its |
Iterations done |
||
| real(kind=pr), | intent(in) | :: | f_norm |
||F||_inf at exit |
||
| real(kind=pr), | intent(in) | :: | dx_norm |
||dX||_inf at exit |
||
| real(kind=pr), | intent(in) | :: | lambda |
LM lambda at exit |
||
| real(kind=pr), | intent(in) | :: | cond_est |
cond(J) at exit |