Trait clfft::ClFftPrm
[−]
[src]
pub trait ClFftPrm: OclPrm {
fn is_dbl_precision() -> bool;
}A trait for all paremeters supported by clFFT.
Required Methods
fn is_dbl_precision() -> bool
Is the type a double precision type.