span Interface

public interface span

Return a the maximum-minumum values of an array


Module Procedures

private function span_1(x) result(o)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:):: x

Array to find span in

Return Value real(kind=wp)

Description

Return hi-low for an array

private function span_2(x) result(o)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:):: x

Array to find span in

Return Value real(kind=wp)

Description

Return hi-low for an array

private function span_3(x) result(o)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:,:):: x

Array to find span in

Return Value real(kind=wp)

Description

Return hi-low for an array