Trait clfft::ClFftPrm [] [src]

pub trait ClFftPrm: OclPrm {
    fn is_dbl_precision() -> bool;
}

A trait for all paremeters supported by clFFT.

Required Methods

Is the type a double precision type.

Implementors