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(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_coo), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_coo), | intent(inout) | :: | self | |||
type(type_domain), | intent(inout) | :: | domain |