map group local block index to global matrix index
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dbcsr_tas_split_info), | intent(in) | :: | info | |||
| type(dbcsr_tas_distribution_type), | intent(in) | :: | dist | |||
| integer, | intent(in), | optional | :: | row_group |
group local row block index group local column block index |
|
| integer, | intent(in), | optional | :: | column_group |
group local row block index group local column block index |
|
| integer(kind=int_8), | intent(out), | optional | :: | row |
global block row global block column |
|
| integer(kind=int_8), | intent(out), | optional | :: | column |
global block row global block column |