Finishes asynchronous transposition
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(transpose_plan), | intent(inout) | :: | self |
Transposition class |
||
| type(c_ptr), | intent(in) | :: | in |
Incoming buffer |
||
| type(c_ptr), | intent(in) | :: | out |
Resulting buffer |
||
| type(dtfft_transpose_t), | intent(in) | :: | transpose_type |
Type of transpose |
||
| integer(kind=int32), | intent(out) | :: | error_code |
Error code |