BinSearch_double Module



Contents


Interfaces

public interface BinarySearch

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

    Arguments

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

Subroutines

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

Arguments

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