ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the csr_pdt parameterized type for generating instances of container of scalar of real objects of kind any supported by the processor (e.g., RK, RK32, RK64, or RK128).
More...
Public Attributes | |
integer | kind = RK |
real(kind), allocatable | val |
This is the csr_pdt parameterized type for generating instances of container of scalar of real objects of kind any supported by the processor (e.g., RK, RK32, RK64, or RK128).
The constructor of this derived type takes the following arguments.
[in] | val | : The input scalar or array of arbitrary rank of type complex of kind any supported by the processor (e.g., RK, RK32, RK64, or RK128). |
container
: The output object of type csr_pdt(kind(val)) of the same kind, rank, and shape as the input val
, each element of which contains the corresponding element of the input val
.
Possible calling interfaces ⛓
pure
.elemental
.
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.
Definition at line 1346 of file pm_container.F90.
integer pm_container::csr_pdt::kind = RK |
Definition at line 1347 of file pm_container.F90.
real(kind), allocatable pm_container::csr_pdt::val |
Definition at line 1348 of file pm_container.F90.