| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int32), | private, | allocatable | :: | ind(:) | |||
| integer(kind=int32), | private | :: | nnz | = | 0 | ||
| integer(kind=int32), | private | :: | num_row | = | 0 | ||
| integer(kind=int32), | private, | allocatable | :: | ptr(:) |
| procedure, public, pass(self) :: get_degree => get_degree_impl | |
| procedure, public, pass(self) :: get_neighbors => get_neighbors_impl | |
| procedure, public, pass(self) :: get_num_elements => get_num_elements_impl | |
| procedure, public, pass(self) :: initialize => initialize_crs_adjacency |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abst_element), | intent(in) | :: | elem1 | |||
| class(abst_element), | intent(in) | :: | elem2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_crs_adjacency_element), | intent(in) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | i |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_crs_adjacency_element), | intent(in) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | i |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_crs_adjacency_element), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_crs_adjacency_element), | intent(inout) | :: | self | |||
| type(holder_elements), | intent(in) | :: | elements(:) |