c_newton_Root1D_FdF Derived Type

type, public, ABSTRACT :: c_newton_Root1D_FdF


Inherited by

type~~c_newton_root1d_fdf~~InheritedByGraph type~c_newton_root1d_fdf c_newton_Root1D_FdF type~t_newton_root1d_fdf_pest t_newton_Root1D_FdF_pest type~t_newton_root1d_fdf_pest->type~c_newton_root1d_fdf

Type-Bound Procedures

procedure(i_newton_Root1D_FdF), public, deferred :: FRdFR

  • function i_newton_Root1D_FdF(sf, x) result(y2x1) Prototype

    Arguments

    Type IntentOptional Attributes Name
    class(c_newton_Root1D_FdF), intent(in) :: sf
    real(kind=wp), intent(in) :: x

    Return Value real(kind=wp), (2)

Source Code

TYPE, ABSTRACT :: c_newton_Root1D_FdF
  CONTAINS
  PROCEDURE(i_newton_Root1D_FdF), DEFERRED :: FRdFR
END TYPE c_newton_Root1D_FdF