Executes dtFFT Plan, C/C++ interface. aux
can be NULL.
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_execute_t), | intent(in) | :: | execute_type |
Type of execution |
||
type(c_ptr), | intent(in), | value | :: | aux |
Aux buffer, can be NULL |
The enumerated type dtfft_error_t defines API call result codes.