pub struct RealFftC2cPlan<T: FftNum = f64> { /* private fields */ }Expand description
Complex-to-complex FFT plan (f64) backed by rustfft.
Both forward and inverse directions share a single scratch buffer sized to the larger of the two inplace scratch requirements.
Implementations§
Trait Implementations§
Source§impl<T: FftNum> C2cPlan<T> for RealFftC2cPlan<T>
impl<T: FftNum> C2cPlan<T> for RealFftC2cPlan<T>
impl<T: FftNum> Send for RealFftC2cPlan<T>
Auto Trait Implementations§
impl<T = f64> !RefUnwindSafe for RealFftC2cPlan<T>
impl<T = f64> !UnwindSafe for RealFftC2cPlan<T>
impl<T> Freeze for RealFftC2cPlan<T>
impl<T> Sync for RealFftC2cPlan<T>
impl<T> Unpin for RealFftC2cPlan<T>where
T: Unpin,
impl<T> UnsafeUnpin for RealFftC2cPlan<T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more