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