As dbcsr_get_block_p
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_tas_type), | intent(inout) | :: | matrix | |||
integer(kind=int_8), | intent(in) | :: | row | |||
integer(kind=int_8), | intent(in) | :: | col | |||
complex(kind=real_8), | DIMENSION(:, :), POINTER | :: | block | |||
logical, | intent(out) | :: | transposed | |||
logical, | intent(out) | :: | found | |||
integer, | intent(out), | optional | :: | row_size | ||
integer, | intent(out), | optional | :: | col_size |