yl_fft_plan_c2c_create function

  1. @Native<yl_fft_plan_handle Function(Int)>(ffi.Int)>()
yl_fft_plan_handle yl_fft_plan_c2c_create(
  1. int n
)

Implementation

@ffi.Native<yl_fft_plan_handle Function(ffi.Int)>()
external yl_fft_plan_handle yl_fft_plan_c2c_create(int n);