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_arrayRange::getRange |
Generate minimally-spaced character , integer , real sequences or sequences at fixed intervals of size step from start to stop .More... | |
interface | pm_arrayRange::setRange |
Return evenly spaced integer or character sequence starting at start with jump sizes of step .More... | |
Modules | |
module | pm_arrayRange |
This module contains procedures and generic interfaces for generating ranges of discrete character , integer , or real -valued sequences with minimum-possible or user-specified fixed linear spacings. | |
Variables | |
character(*, SK), parameter | pm_arrayRange::MODULE_NAME = "@pm_arrayRange" |