arange Interface

public interface arange

Contents


Functions

public pure module function arange_real_kind(start, stop, step) result(ans)

Arguments

Type IntentOptional Attributes Name
real(kind=fffc_real_kind), intent(in) :: start
real(kind=fffc_real_kind), intent(in) :: stop
real(kind=fffc_real_kind), intent(in), optional :: step

Return Value real(kind=fffc_real_kind), allocatable, (:)

public pure module function arange_int_kind(start, stop, step) result(ans)

Arguments

Type IntentOptional Attributes Name
integer(kind=fffc_int_kind), intent(in) :: start
integer(kind=fffc_int_kind), intent(in) :: stop
integer(kind=fffc_int_kind), intent(in), optional :: step

Return Value integer(kind=fffc_int_kind), allocatable, (:)