ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_arraySearch::getBin |
Generate and return bin , the index of the element of the input ascending-ordered array , such that array(bin) <= value < array(bin+1) holds for the input value .More... | |
Modules | |
module | pm_arraySearch |
This module contains procedures and generic interfaces for finding the specific array index whose element has the largest value smaller than the input value in arrays of various types. | |
Variables | |
character(*, SK), parameter | pm_arraySearch::MODULE_NAME = "@pm_arraySearch" |