span Interface

public interface span

Return a the maximum-minumum values of an array


Contents


Module Procedures

private function span_1(x) result(o)

Return hi-low for an array

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:):: x

Array to find span in

Return Value real(kind=wp)

private function span_2(x) result(o)

Return hi-low for an array

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:, :):: x

Array to find span in

Return Value real(kind=wp)

private function span_3(x) result(o)

Return hi-low for an array

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:, :, :):: x

Array to find span in

Return Value real(kind=wp)