Adds two blocks
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_data_obj), | intent(inout) | :: | block_a |
Block to add to |
||
type(dbcsr_data_obj), | intent(in) | :: | block_b |
Block to add to block_a |
||
integer, | intent(in), | optional | :: | len |
Adds two blocks
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_data_obj), | intent(inout) | :: | block_a |
Block to add to |
||
type(dbcsr_data_obj), | intent(in) | :: | block_b |
Block to add to block_a |
||
integer, | intent(in) | :: | lb_a | |||
integer, | intent(in) | :: | lb_b | |||
integer, | intent(in) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(inout), | DIMENSION(len) | :: | block_a | ||
real(kind=real_4), | intent(in), | DIMENSION(len) | :: | block_b | ||
integer, | intent(in) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(inout), | DIMENSION(len) | :: | block_a | ||
real(kind=real_8), | intent(in), | DIMENSION(len) | :: | block_b | ||
integer, | intent(in) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(inout), | DIMENSION(len) | :: | block_a | ||
complex(kind=real_4), | intent(in), | DIMENSION(len) | :: | block_b | ||
integer, | intent(in) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(inout), | DIMENSION(len) | :: | block_a | ||
complex(kind=real_8), | intent(in), | DIMENSION(len) | :: | block_b | ||
integer, | intent(in) | :: | len |