| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(dbcsr_tas_distribution_type), | public | :: | dist | = | dbcsr_tas_distribution_type() | ||
| class(dbcsr_tas_rowcol_data), | public, | ALLOCATABLE | :: | row_blk_size | |||
| class(dbcsr_tas_rowcol_data), | public, | ALLOCATABLE | :: | col_blk_size | |||
| type(dbcsr_type), | public | :: | matrix | = | dbcsr_type() | ||
| integer(kind=int_8), | public | :: | nblkrows | = | -1_int_8 | ||
| integer(kind=int_8), | public | :: | nblkcols | = | -1_int_8 | ||
| integer(kind=int_8), | public | :: | nblkrowscols_split | = | -1_int_8 | ||
| integer(kind=int_8), | public | :: | nfullrows | = | -1_int_8 | ||
| integer(kind=int_8), | public | :: | nfullcols | = | -1_int_8 | ||
| logical, | public | :: | valid | = | .FALSE. | ||
| integer, | public | :: | do_batched | = | 0 | ||
| type(dbcsr_tas_mm_storage), | public, | ALLOCATABLE | :: | mm_storage | |||
| logical, | public | :: | has_opt_pgrid | = | .FALSE. |