|
FMUTIL
0.1
Fortran Miscellaneous UTILities
|
Go to the source code of this file.
Data Types | |
| interface | search::func |
| Interface of the function whose root needs to be computed. More... | |
Modules | |
| module | search |
| Search Module. | |
Functions/Subroutines | |
| pure integer function, dimension(size(sortedx)) | search::binarysearch (SortedX, SortedDataArray) |
| Performs binary search on a provided sorted array. More... | |
Variables | |
| integer, parameter | search::max_iterations = 50 |
| Max iterations for the root-finding. More... | |