Matrix_ldr Derived Type

type, public :: Matrix_ldr

A datatype for storing a dense matrix.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=NTREAL), public, DIMENSION(:,:), ALLOCATABLE :: DATA

values of the matrix.

integer, public :: rows

Matrix dimension: rows.

integer, public :: columns

Matrix dimension: columns.