Template for dbcsr_t_get_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(2) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(2) | :: | sizes |
block size |
|
real(kind=real_4), | intent(out), | DIMENSION(sizes(1), sizes(2)) | :: | block |
block to get |
|
logical, | intent(out) | :: | found |
whether block was found |