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_arrayFind::getCountLoc |
Generate and return the number of occurrences of the input pattern in the input array optionally subject to user-specified memory blindness. More... | |
interface | pm_arrayFind::getLoc |
Generate and return an allocatable array containing the indices of the locations within the input array where the input pattern exists. More... | |
interface | pm_arrayFind::setLoc |
Return an allocatable array containing the indices of the locations within the input array where the input pattern exists.More... | |
Modules | |
module | pm_arrayFind |
This module contains procedures and generic interfaces for finding locations of a pattern in arrays of various types at the specified instances of occurrence of pattern. | |
Variables | |
character(*, SK), parameter | pm_arrayFind::MODULE_NAME = "@pm_arrayFind" |