Template for dbcsr_t_put_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 |
|
complex(kind=real_4), | intent(in), | DIMENSION(sizes(1), sizes(2)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
complex(kind=real_4), | intent(in), | optional | :: | scale |
scaling factor |