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