Interface to helper functions for finding the maximum in an array
Find maximum in 2D array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :) | :: | array_in |
Find maximum in 3D array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :, :) | :: | array_in |