Computes the difference between elements in an array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:) | :: | x |
The N-element array on which to operate. |
The (N-1)-element array containing the differences between adjacent elements.