Function concision_core::utils::linspace

source ยท
pub fn linspace<T>(start: T, end: T, n: usize) -> Vec<T>
where T: Copy + FromPrimitive + Num,