Create new tensor by reordering index, data is copied exactly (shallow copy)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(dbcsr_t_type), | intent(inout) | :: | tensor_in | |||
| type(dbcsr_t_type), | intent(out) | :: | tensor_out | |||
| integer, | intent(in), | DIMENSION(ndims_tensor(tensor_in)) | :: | order |