Type Definition linfa_kernel::KernelView

source · []
pub type KernelView<'a, F> = KernelBase<ArrayView2<'a, F>, CsMatView<'a, F>>;
Expand description

Type definition of Kernel that borrows its inner matrix

Implementations