Struct clfft::FftInplacePlan
[−]
[src]
pub struct FftInplacePlan<'a, T: ClFftPrm> { /* fields omitted */ }A plan is a repository of state for calculating FFT's. Allows the runtime to pre-calculate kernels, programs and buffers and associate them with buffers of specified dimensions.
Methods
impl<'a, T: ClFftPrm> FftInplacePlan<'a, T>[src]
fn enqueue(&self, direction: Direction, buffer: &mut Buffer<T>) -> Result<()>
Enqueues the FFT so that it gets performed on the device.
Trait Implementations
impl<'a, T: ClFftPrm> AsClFftPlanHandle for FftInplacePlan<'a, T>[src]
unsafe fn as_ptr(&self) -> clfftPlanHandle
Returns the native clFFT plan handle.