Enum linfa_kernel::inner::KernelInner
source · Expand description
Allows a kernel to have either a dense or a sparse inner matrix in a way that is transparent to the user
Variants§
Trait Implementations§
source§impl<K1: Clone + Inner, K2: Clone + Inner> Clone for KernelInner<K1, K2>
impl<K1: Clone + Inner, K2: Clone + Inner> Clone for KernelInner<K1, K2>
source§fn clone(&self) -> KernelInner<K1, K2>
fn clone(&self) -> KernelInner<K1, K2>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more