copy data (involves reshape)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_tas_type), | intent(inout) | :: | matrix_in | |||
type(dbcsr_tas_type), | intent(inout) | :: | matrix_out | |||
logical, | intent(in), | optional | :: | summation |
whether matrix_out = matrix_out + matrix_in |
|
logical, | intent(in), | optional | :: | transposed | ||
logical, | intent(in), | optional | :: | move_data |
memory optimization: move data to matrix_out such that matrix_in is empty on return |