public interface arange
arange
creates a one-dimensional array
of the integer/real
type
with fixed-spaced values of given spacing, within a given interval.
(Specification)
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
start |
|
integer(kind=int16),
|
intent(in), |
optional |
|
:: |
end |
|
integer(kind=int16),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
integer(kind=int16), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
start |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
end |
|
integer(kind=int32),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
integer(kind=int32), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
start |
|
integer(kind=int64),
|
intent(in), |
optional |
|
:: |
end |
|
integer(kind=int64),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
integer(kind=int64), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
start |
|
integer(kind=int8),
|
intent(in), |
optional |
|
:: |
end |
|
integer(kind=int8),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
integer(kind=int8), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in), |
optional |
|
:: |
end |
|
real(kind=dp),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
real(kind=dp), allocatable, (:)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in), |
optional |
|
:: |
end |
|
real(kind=sp),
|
intent(in), |
optional |
|
:: |
step |
|
Return Value
real(kind=sp), allocatable, (:)