Enum linfa_kernel::inner::KernelInner [−][src]
Allows a kernel to have either a dense or a sparse inner matrix in a way that is transparent to the user
Variants
Auto Trait Implementations
impl<K1, K2> RefUnwindSafe for KernelInner<K1, K2> where
K1: RefUnwindSafe,
K2: RefUnwindSafe,
impl<K1, K2> RefUnwindSafe for KernelInner<K1, K2> where
K1: RefUnwindSafe,
K2: RefUnwindSafe, impl<K1, K2> Send for KernelInner<K1, K2> where
K1: Send,
K2: Send,
impl<K1, K2> Send for KernelInner<K1, K2> where
K1: Send,
K2: Send, impl<K1, K2> Sync for KernelInner<K1, K2> where
K1: Sync,
K2: Sync,
impl<K1, K2> Sync for KernelInner<K1, K2> where
K1: Sync,
K2: Sync, impl<K1, K2> Unpin for KernelInner<K1, K2> where
K1: Unpin,
K2: Unpin,
impl<K1, K2> Unpin for KernelInner<K1, K2> where
K1: Unpin,
K2: Unpin, impl<K1, K2> UnwindSafe for KernelInner<K1, K2> where
K1: UnwindSafe,
K2: UnwindSafe,
impl<K1, K2> UnwindSafe for KernelInner<K1, K2> where
K1: UnwindSafe,
K2: UnwindSafe,