pub struct Convolutional<K> where
K: PositiveDefiniteKernel<Vec<f64>>, { /* private fields */ }
Implementations
Trait Implementations
impl<T, K> PositiveDefiniteKernel<T> for Convolutional<K> where
T: Convolutable,
K: PositiveDefiniteKernel<Vec<f64>>,
impl<T, K> PositiveDefiniteKernel<T> for Convolutional<K> where
T: Convolutable,
K: PositiveDefiniteKernel<Vec<f64>>,
Auto Trait Implementations
impl<K> RefUnwindSafe for Convolutional<K> where
K: RefUnwindSafe,
impl<K> Send for Convolutional<K>
impl<K> Sync for Convolutional<K>
impl<K> Unpin for Convolutional<K> where
K: Unpin,
impl<K> UnwindSafe for Convolutional<K> where
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more