copy data (involves reshape)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dbcsr_t_type), | intent(inout) | :: | tensor_in | |||
| type(dbcsr_t_type), | intent(inout) | :: | tensor_out | |||
| logical, | intent(in), | optional | :: | summation |
tensor_out = tensor_out + tensor_in move_data memory optimization: transfer data from tensor_in to tensor_out s.t. tensor_in is empty on return |
|
| logical, | intent(in), | optional | :: | move_data |