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_arrayMerge::getMerged |
Generate an ascending-sorted merger of the two ascending-sorted input arrays. More... | |
interface | pm_arrayMerge::setMerged |
Merge two ascending-sorted arrays such that the resulting merged array contains all elements of the two arrays in ascending order. More... | |
Modules | |
module | pm_arrayMerge |
This module contains procedures and generic interfaces for sorting and merging two previously-sorted arrays. | |
Variables | |
character(*, SK), parameter | pm_arrayMerge::MODULE_NAME = "@pm_arrayMerge" |