[][src]Trait iter_num_tools::Linear

pub trait Linear: FromPrimitive + Mul<Output = Self> + Sub<Output = Self> + Add<Output = Self> + Div<Output = Self> + Copy { }

Trait required for lin_space implementations.

Implementors

impl<T> Linear for T where
    T: FromPrimitive + Mul<Output = T> + Sub<Output = T> + Add<Output = T> + Div<Output = T> + Copy
[src]

Loading content...