| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | cols | ||||
| doubleprecision, | public, | allocatable | :: | im(:) | |||
| doubleprecision, | public, | allocatable | :: | re(:) | |||
| integer, | public | :: | rows |
type vctr
integer :: rows
integer :: cols
doubleprecision,allocatable :: re(:)
doubleprecision,allocatable :: im(:)
endtype vctr