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_arrayCompact::getCompact |
Generate a compact version of the input array where all sequentially duplicate entries along the specified dimension of array are condensed to a single entry in the output compact . More... | |
interface | pm_arrayCompact::setCompact |
Generate a compacted version of the input array where all sequentially duplicate entries along the specified dimension of array are condensed to a single entry in the output compact . More... | |
Modules | |
module | pm_arrayCompact |
This module contains procedures and generic interfaces for condensing (removing duplicate sequential the elements of) an array of arbitrary intrinsic type. | |
Variables | |
character(*, SK), parameter | pm_arrayCompact::MODULE_NAME = "@pm_arrayCompact" |