Constructs a linearly spaced array.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | start |
The first value in the array. |
||
| real(kind=real64), | intent(in) | :: | finish |
The last value in the array. |
||
| integer(kind=int32), | intent(in) | :: | npts |
The number of values in the array. |
The resulting array.