cmatrix_type Derived Type

type, public :: cmatrix_type

The type of a complex matrix


Components

Type Visibility Attributes Name Initial
complex(kind=dp), public, allocatable :: mtrx(:,:)