ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the parameterized derived type for generating a container of an allocatable
vector component of type real
of arbitrary kind.
More...
Public Attributes | |
integer | kind = RK |
real(kind), dimension(:), allocatable | val |
This is the parameterized derived type for generating a container of an allocatable
vector component of type real
of arbitrary kind.
Definition at line 1416 of file pm_container.F90.
integer pm_container::cvr_pdt::kind = RK |
Definition at line 1417 of file pm_container.F90.
real(kind), dimension(:), allocatable pm_container::cvr_pdt::val |
Definition at line 1418 of file pm_container.F90.