rmatrix_type Derived Type

type, public :: rmatrix_type

The type of a real matrix


Components

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