step_t Derived Type

type, public, extends(activation_strategy_t) :: step_t


Inherits

type~~step_t~~InheritsGraph type~step_t step_t type~activation_strategy_t activation_strategy_t type~step_t->type~activation_strategy_t

Type-Bound Procedures

procedure, public, nopass :: activation

  • interface

    private elemental module function activation(x) result(y)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=rkind), intent(in) :: x

    Return Value real(kind=rkind)

procedure, public :: function_name

  • interface

    private elemental module function function_name(self) result(string)

    Arguments

    Type IntentOptional Attributes Name
    class(step_t), intent(in) :: self

    Return Value type(string_t)