void vsip_ccffmip_f(const vsip_fftm_f *fft, const vsip_cmview_f *y);
These functions perform Multiple-FFT (Fast Fourier Transform) operations using the specified FFT object in-place.
const vsip_fftm_p* fft: Pointer to the FFT object.
const vsip_cmview_p* y: Pointer to the complex input and output matrix view.