Executes plan
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 |
|
type(*), | intent(inout), | target | :: | out(..) |
Resulting buffer of any rank and kind |
|
type(dtfft_execute_t), | intent(in) | :: | execute_type |
Type of execution. |
||
type(*), | intent(inout), | optional, | target | :: | 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 |