Check if V is sorted.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | V(:) | |||
logical, | intent(in), | optional | :: | ascending |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | V(:) | |||
logical, | intent(in), | optional | :: | ascending |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | V(:) | |||
logical, | intent(in), | optional | :: | ascending |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | V(:) | |||
logical, | intent(in), | optional | :: | ascending |