[src] Function arrayfire::fft3_r2c
pub fn fft3_r2c<T>(
input: &Array<T>,
norm_factor: f64,
pad0: i64,
pad1: i64,
pad2: i64
) -> Array<Complex<T>> where
T: HasAfEnum + RealFloating,
Complex<T>: HasAfEnum,
3d Real to Complex fast fourier transform
Parameters
inputis the input Arraynorm_factoris the normalization factor to be applied before fft is appliedpad0is the padding along 0th dimension of Arraypad1is the padding along 1st dimension of Arraypad2is the padding along 2nd dimension of Array
Return Values
Complex Array