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 |
|
real(kind=real_8), | 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 |
|
real(kind=real_8), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(3) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(3) | :: | sizes |
block size |
|
real(kind=real_8), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
real(kind=real_8), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(4) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(4) | :: | sizes |
block size |
|
real(kind=real_8), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3), sizes(4)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
real(kind=real_8), | intent(in), | optional | :: | scale |
scaling factor |
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 |
|
real(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 |
|
real(kind=real_4), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(3) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(3) | :: | sizes |
block size |
|
real(kind=real_4), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
real(kind=real_4), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(4) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(4) | :: | sizes |
block size |
|
real(kind=real_4), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3), sizes(4)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
real(kind=real_4), | intent(in), | optional | :: | scale |
scaling factor |
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_8), | 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_8), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(3) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(3) | :: | sizes |
block size |
|
complex(kind=real_8), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
complex(kind=real_8), | intent(in), | optional | :: | scale |
scaling factor |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(4) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(4) | :: | sizes |
block size |
|
complex(kind=real_8), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3), sizes(4)), TARGET | :: | block |
block to put |
|
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
complex(kind=real_8), | intent(in), | optional | :: | scale |
scaling factor |
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 |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(3) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(3) | :: | sizes |
block size |
|
complex(kind=real_4), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3)), 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 |
Template for dbcsr_t_put_block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(4) | :: | ind |
block index |
|
integer, | intent(in), | DIMENSION(4) | :: | sizes |
block size |
|
complex(kind=real_4), | intent(in), | DIMENSION(sizes(1), sizes(2), sizes(3), sizes(4)), 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 |
Generic implementation of dbcsr_t_put_block (arbitrary tensor rank and arbitrary datatype)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout) | :: | tensor | |||
integer, | intent(in), | DIMENSION(ndims_tensor(tensor)) | :: | ind |
block index |
|
type(block_nd), | intent(in) | :: | block |
block to put |
||
logical, | intent(in), | optional | :: | summation |
whether block should be summed to existing block |
|
type(dbcsr_scalar_type), | intent(in), | optional | :: | scale |
scaling factor |