expert routine for copying a tensor. For internal use only.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_t_type), | intent(inout), | TARGET | :: | tensor_in | ||
type(dbcsr_t_type), | intent(inout), | TARGET | :: | tensor_out | ||
integer, | intent(in), | optional, | DIMENSION(ndims_tensor(tensor_in)) | :: | order | |
logical, | intent(in), | optional | :: | summation | ||
integer, | intent(in), | optional, | DIMENSION(2, ndims_tensor(tensor_in)) | :: | bounds | |
logical, | intent(in), | optional | :: | move_data | ||
integer, | intent(in), | optional | :: | unit_nr |