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 a cube component of type complex
of arbitrary kind.
More...
Public Attributes | |
integer | kind = CK |
complex(kind), dimension(:,:,:), allocatable | val |
This is the parameterized derived type for generating a container of a cube component of type complex
of arbitrary kind.
Definition at line 1293 of file pm_container.F90.
integer pm_container::ccc_pdt::kind = CK |
Definition at line 1294 of file pm_container.F90.
complex(kind), dimension(:,:,:), allocatable pm_container::ccc_pdt::val |
Definition at line 1295 of file pm_container.F90.