| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | allocatable, dimension(:) | :: | elements | |||
| integer, | public, | allocatable, dimension(:) | :: | positions | |||
| integer, | public | :: | num_elements |
type sparse_matrix_int integer, allocatable, dimension(:) :: elements integer, allocatable, dimension(:) :: positions integer :: num_elements end type sparse_matrix_int