ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains procedures and generic interfaces for convenient allocation and filling of arrays of arbitrary intrinsic types (i.e., character
, integer
, logical
, complex
, real
), kinds, and non-zero ranks (up to 3
).
More...
Data Types | |
interface | getFilled |
Generate and return an array of the specified rank and shape of arbitrary intrinsic type and kind with all its elements initialized to the user specified value. More... | |
Variables | |
character(*, SK), parameter | MODULE_NAME = "@pm_arrayFill" |
This module contains procedures and generic interfaces for convenient allocation and filling of arrays of arbitrary intrinsic types (i.e., character
, integer
, logical
, complex
, real
), kinds, and non-zero ranks (up to 3
).
The functionalities of the procedures of this module are equivalent and expand the functionalities of the convenience MATLAB functions zeros()
and ones()
.
repeat()
to generate and initialize scalars of type character
.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
character(*,SK), parameter pm_arrayFill::MODULE_NAME = "@pm_arrayFill" |
Definition at line 48 of file pm_arrayFill.F90.