Copy matrix_a to matrix_b
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dbcsr_tas_type), | intent(inout) | :: | matrix_b | |||
| type(dbcsr_tas_type), | intent(in) | :: | matrix_a | |||
| logical, | intent(in), | optional | :: | summation |
Whether to sum matrices b = a + b |