ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_container::cmc_pdt Type Reference

This is the parameterized derived type for generating a container of a matrix component of type complex of arbitrary kind. More...

Public Attributes

integer kind = CK
 
complex(kind), dimension(:,:), allocatable val
 

Detailed Description

This is the parameterized derived type for generating a container of a matrix component of type complex of arbitrary kind.

Definition at line 1286 of file pm_container.F90.

Member Data Documentation

◆ kind

integer pm_container::cmc_pdt::kind = CK

Definition at line 1287 of file pm_container.F90.

◆ val

complex(kind), dimension(:,:), allocatable pm_container::cmc_pdt::val

Definition at line 1288 of file pm_container.F90.


The documentation for this type was generated from the following file: