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