Contents

vDSP_DFT_DestroySetup

Releases a single-precision setup structure.

Declaration

void vDSP_DFT_DestroySetup(vDSP_DFT_Setup __Setup);

Parameters

  • __Setup:

    The setup structure to destroy.

Discussion

Destroying a setup with shared data is safe; this function only releases memory that’s not needed by other undestroyed setups.

See Also

Discrete Fourier transform cleanup