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
type KernelView<'a, F> = KernelBase<ArrayView2<'a, F>, CsMatView<'a, F>>;
Type definition of Kernel that borrows its inner matrix
impl<'a, F: Float> KernelView<'a, F>
[src]