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

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

Public Attributes

integer kind = SK
 
character(:, kind), dimension(:,:), allocatable val
 

Detailed Description

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

Definition at line 867 of file pm_container.F90.

Member Data Documentation

◆ kind

integer pm_container::cms_pdt::kind = SK

Definition at line 868 of file pm_container.F90.

◆ val

character(:, kind), dimension(:,:), allocatable pm_container::cms_pdt::val

Definition at line 869 of file pm_container.F90.


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