[][src]Trait iter_num_tools::IntoLinSpace

pub trait IntoLinSpace<T> {
    pub fn into_lin_space(self, steps: usize) -> LinSpace<T>;
}

Required methods

pub fn into_lin_space(self, steps: usize) -> LinSpace<T>[src]

Loading content...

Implementations on Foreign Types

impl<T> IntoLinSpace<T> for RangeInclusive<T> where
    T: Linear
[src]

impl<T> IntoLinSpace<T> for Range<T> where
    T: Linear
[src]

Loading content...

Implementors

Loading content...