Function tool::core::matrix::linspace [−][src]
pub fn linspace<T>(start: T, end: T, step: T) -> List<T> where
T: Scalar + NumCast + ClosedSub + ClosedDiv + ClosedMul + ClosedAdd + PartialOrd + Copy,
Create a List from start to end with step. The last step can be smaller to include
end.