copy matrix to tensor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dbcsr_type), | intent(in), | TARGET | :: | matrix_in | ||
| type(dbcsr_t_type), | intent(inout) | :: | tensor_out | |||
| logical, | intent(in), | optional | :: | summation |
tensor_out = tensor_out + matrix_in |