Performs single transposition
Note
Buffers in
and out
cannot be the same
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_t), | intent(inout) | :: | self |
Abstract plan |
||
type(*), | intent(inout), | target | :: | in(..) |
Incoming buffer of any rank and kind. Note that this buffer will be modified in GPU build |
|
type(*), | intent(inout), | target | :: | out(..) |
Resulting buffer of any rank and kind |
|
type(dtfft_transpose_t), | intent(in) | :: | transpose_type |
Type of transposition. |
||
integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |