Executes plan with specified auxiliary buffer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_t), | intent(inout) | :: | self |
Abstract plan |
||
type(c_ptr), | intent(in) | :: | in |
Source pointer |
||
type(c_ptr), | intent(in) | :: | out |
Target pointer |
||
type(dtfft_execute_t), | intent(in) | :: | execute_type |
Type of execution. |
||
type(c_ptr), | intent(in) | :: | aux |
Auxiliary pointer. |
||
logical, | intent(in) | :: | inplace |
Inplace execution flag |