Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | chunk_size | = | 8 |
default chunk size |
|
integer(kind=ilp), | public, | allocatable | :: | col(:,:) |
column indices |
||
complex(kind=dp), | public, | allocatable | :: | data(:,:) | |||
integer(kind=ilp), | public | :: | ncols | = | 0 |
number of columns |
|
integer(kind=ilp), | public | :: | nnz | = | 0 |
number of non-zero values |
|
integer(kind=ilp), | public | :: | nrows | = | 0 |
number of rows |
|
integer(kind=ilp), | public, | allocatable | :: | rowptr(:) |
row pointer |
||
integer, | public | :: | storage | = | sparse_full |
assumed storage symmetry |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SELLC_cdp_type), | intent(inout) | :: | self | |||
integer(kind=ilp), | intent(in) | :: | ik | |||
integer(kind=ilp), | intent(in) | :: | jk | |||
complex(kind=dp), | intent(in) | :: | val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SELLC_cdp_type), | intent(inout) | :: | self | |||
integer(kind=ilp), | intent(in) | :: | ik(:) | |||
integer(kind=ilp), | intent(in) | :: | jk(:) | |||
complex(kind=dp), | intent(in) | :: | val(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SELLC_cdp_type), | intent(inout) | :: | self | |||
integer(kind=ilp), | intent(in) | :: | ik(:) | |||
integer(kind=ilp), | intent(in) | :: | jk(:) | |||
complex(kind=dp), | intent(in) | :: | val(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SELLC_cdp_type), | intent(inout) | :: | self | |||
integer(kind=ilp), | intent(in) | :: | ik | |||
integer(kind=ilp), | intent(in) | :: | jk | |||
complex(kind=dp), | intent(in) | :: | val |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SELLC_cdp_type), | intent(in) | :: | self | |||
integer(kind=ilp), | intent(in) | :: | ik | |||
integer(kind=ilp), | intent(in) | :: | jk |