Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
binary_search_int
Interface
4 statements
Source File
util_mod.F90
util_mod
binary_search_int
Contents
Module Procedures
binary_search_int_int32
binary_search_int_int64
public interface binary_search_int
Contents
Module Procedures
binary_search_int_int32
binary_search_int_int64
Module Procedures
private pure function
binary_search_int_int32
(arr, val) result(pos)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
arr
(:)
integer(kind=int32),
intent(in)
::
val
Return Value
integer(kind=int64)
private pure function
binary_search_int_int64
(arr, val) result(pos)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(in)
::
arr
(:)
integer(kind=int64),
intent(in)
::
val
Return Value
integer(kind=int64)