BinSearch_int64_arr Module



Contents


Interfaces

public interface BinarySearch

  • public subroutine BinarySearch_int64_arr(Value, List, MinInd, MaxInd, FoundIndex, tSuccess)

    Arguments

    Type IntentOptional Attributes Name
    integer(kind=int64), intent(in) :: Value(:)
    integer(kind=int64), intent(in) :: List(:,:)
    integer :: MinInd
    integer :: MaxInd
    integer :: FoundIndex
    logical :: tSuccess

Subroutines

public subroutine BinarySearch_int64_arr(Value, List, MinInd, MaxInd, FoundIndex, tSuccess)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: Value(:)
integer(kind=int64), intent(in) :: List(:,:)
integer :: MinInd
integer :: MaxInd
integer :: FoundIndex
logical :: tSuccess