Type Definition linfa_kernel::Kernel

source · []
pub type Kernel<F> = KernelBase<Array2<F>, CsMat<F>>;
Expand description

Type definition of Kernel that owns its inner matrix

Implementations

Gives a KernelView which has a view on the original kernel’s inner matrix