Performs single transposition using type(c_ptr) pointers instead of buffers
Note
Buffers in and out cannot be the same
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(dtfft_plan_t), | intent(inout) | :: | self |
Abstract plan |
||
| type(c_ptr), | intent(in) | :: | in |
Incoming pointer. Note that values of this pointer will be modified in GPU build |
||
| type(c_ptr), | intent(in) | :: | out |
Resulting pointer |
||
| type(dtfft_transpose_t), | intent(in) | :: | transpose_type |
Type of transposition. |
||
| type(async_exec_t), | intent(in) | :: | exec_type |
Type of asynchronous execution. |
||
| integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |