public interface linspace
Functions
public pure module function linspace_real_kind(start, stop, n) result(ans)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=fffc_real_kind),
|
intent(in) |
|
|
:: |
start |
|
real(kind=fffc_real_kind),
|
intent(in) |
|
|
:: |
stop |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
real(kind=fffc_real_kind), (max(0,n))
public pure module function linspace_int_kind(start, stop, n) result(ans)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=fffc_int_kind),
|
intent(in) |
|
|
:: |
start |
|
integer(kind=fffc_int_kind),
|
intent(in) |
|
|
:: |
stop |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
integer(kind=fffc_int_kind), (max(0,n))