As dbcsr_iterator_next_block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_tas_iterator), | intent(inout) | :: | iterator | |||
integer(kind=int_8), | intent(out) | :: | row | |||
integer(kind=int_8), | intent(out) | :: | column | |||
type(dbcsr_data_obj), | intent(inout) | :: | block | |||
logical, | intent(out) | :: | transposed | |||
integer, | intent(out), | optional | :: | block_number | ||
integer, | intent(out), | optional | :: | row_size | ||
integer, | intent(out), | optional | :: | col_size |
As dbcsr_iterator_next_block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_tas_iterator), | intent(inout) | :: | iterator | |||
integer(kind=int_8), | intent(out) | :: | row |
global block row global block column |
||
integer(kind=int_8), | intent(out) | :: | column |
global block row global block column |
||
integer, | intent(out) | :: | block_number | |||
logical, | intent(out), | optional | :: | transposed | ||
integer, | intent(out), | optional | :: | blk_p | ||
integer, | intent(out), | optional | :: | row_size | ||
integer, | intent(out), | optional | :: | col_size |