Function tool::core::matrix::linspace [−][src]
pub fn linspace<T>(start: f64, end: f64, step: f64) -> List<T> where
T: RealField,
Create a List
from start
to end
with step
. The last step can be smaller to include
end
.