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.

Implementations on Foreign Types

impl ClFftPrm for f32
[src]

impl ClFftPrm for f64
[src]

Implementors