Struct rusty_machine::learning::toolkit::kernel::KernelArith [] [src]

pub struct KernelArith<K: Kernel>(pub K);

A wrapper tuple struct used for kernel arithmetic

Trait Implementations

impl<K: Debug + Kernel> Debug for KernelArith<K>
[src]

Formats the value using the given formatter.

impl<T: Kernel, U: Kernel> Add<KernelArith<T>> for KernelArith<U>
[src]

The resulting type after applying the + operator

The method for the + operator

impl<T: Kernel, U: Kernel> Mul<KernelArith<T>> for KernelArith<U>
[src]

The resulting type after applying the * operator

The method for the * operator