| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_newton_Min1D), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_newton_Min1D), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_newton_Min1D), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x |
TYPE, ABSTRACT :: c_newton_Min1D CONTAINS PROCEDURE(i_newton_Min1D), DEFERRED :: FR PROCEDURE(i_newton_Min1D), DEFERRED :: dFR PROCEDURE(i_newton_Min1D), DEFERRED :: ddFR END TYPE c_newton_Min1D