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 | |||
real(kind=real_8), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(out) | :: | transposed | |||
integer, | intent(out), | optional | :: | block_number | ||
integer, | intent(out), | optional | :: | row_size | ||
integer, | intent(out), | optional | :: | col_size |