A datatype for storing a dense matrix.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
complex(kind=NTCOMPLEX), | public, | DIMENSION(:,:), ALLOCATABLE | :: | DATA |
values of the matrix. |
||
integer, | public | :: | rows |
Matrix dimension: rows. |
|||
integer, | public | :: | columns |
Matrix dimension: columns. |