| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int32), | public, | allocatable | :: | col(:) | |||
| integer(kind=int32), | public | :: | nnz | = | 0 | ||
| integer(kind=int32), | public, | allocatable | :: | row(:) | |||
| real(kind=real64), | public, | allocatable | :: | val(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_coo), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_coo), | intent(inout) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | num_nodes | |||
| integer(kind=int32), | intent(in), | optional | :: | row(:) | ||
| integer(kind=int32), | intent(in), | optional | :: | col(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_coo), | intent(inout) | :: | self | |||
| real(kind=real64), | intent(in) | :: | value |