ply_submatrix_type Derived Type

type, private :: ply_submatrix_type

Sparse data for information of a row in a sub matrix.


Components

Type Visibility Attributes Name Initial
type(ply_rowdata_type), public, allocatable :: subRow(:)

Row data. Dimension is the different number of block rows in the sub matrix.