Return a 2-vector comprising the minimum and maximum values of an array
Return [hi,low] for an array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:) | :: | x | Array to find extrema in |
Return [hi,low] for an array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:, :) | :: | x | Array to find extrema in |
Return [hi,low] for an array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in), | dimension(:, :, :) | :: | x | Array to find extrema in |