Type Definition linfa_kernel::KernelView[][src]

type KernelView<'a, F> = KernelBase<ArrayView2<'a, F>, CsMatView<'a, F>>;

Type definition of Kernel that borrows its inner matrix

Implementations

impl<'a, F: Float> KernelView<'a, F>[src]

pub fn to_owned(&self) -> Kernel<F>[src]