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_arrayRefine::getRefined |
Generate a refined version of the input array by the specified weight and skip .More... | |
interface | pm_arrayRefine::setRefined |
Generate a refined version of the input array where the sequentially unweighted entries along the specified dimension of array are skipped every skip to create a refined weighted output array of size rsize .More... | |
Modules | |
module | pm_arrayRefine |
This module contains procedures and generic interfaces for refining (thinning) (weighted) arrays of arbitrary intrinsic types. | |
Variables | |
character(*, SK), parameter | pm_arrayRefine::MODULE_NAME = "@pm_arrayRefine" |