Skip to main content

PreciseKernel

Trait PreciseKernel 

Source
pub trait PreciseKernel: Kernel { }
Expand description

Marker trait to indicate that this kernel produces precise results (i.e. no lossy LUTs).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl PreciseKernel for ReferenceKernel<f32>

Available on crate features std only.
Source§

impl PreciseKernel for ReferenceKernel<f64>

Available on crate features std only.