ply_rowdata_type Derived Type

type, private :: ply_rowdata_type

Sparse data for information of a column in a sub matrix


Components

Type Visibility Attributes Name Initial
type(ply_coldata_type), public, allocatable :: subCol(:)

Column data. Dimension is the different number of column rows in the sub matrix.