Executes plan using type(c_ptr) pointers instead of buffers
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_execute_t), | intent(in) | :: | execute_type |
Type of execution. |
||
type(c_ptr), | intent(in) | :: | aux |
Optional auxiliary buffer.
Size of buffer must be greater than value
returned by |
||
integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |