Cleans the memory allocated for the data structure used by the FFT interface.
The Fortran interfaces are specified in the mkl_trig_transforms.f90 include file and the C interfaces are specified in the mkl_trig_transforms.h include file.
ipar |
int array of size 128. Contains integer data needed for Trigonometric Transform computations. |
handle |
DFTI_DESCRIPTOR_HANDLE*. The data structure used by Intel MKL FFT interface (for details, refer to FFT Functions). |
handle |
The data structure used by Intel MKL FFT interface. Memory allocated for the structure is released on output. |
ipar |
Contains integer data needed for Trigonometric Transform computations. On output, ipar[6] is updated with the stat value. |
stat |
int*. Contains the routine completion status, which is also written to ipar[6]. |
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.