Executes single transposition, C interface.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | plan_ptr |
C pointer to Fortran plan |
|
| type(c_ptr), | intent(in), | value | :: | in |
Incomming pointer, not NULL |
|
| type(c_ptr), | intent(in), | value | :: | out |
Outgoing buffer, not NULL |
|
| type(dtfft_transpose_t), | intent(in) | :: | transpose_type |
Type of transposition. |
The enumerated type dtfft_error_t defines API call result codes.