pub fn linspace<T: Float>(start: T, end: T, num: usize) -> Tensor<T>
Creates a 1D tensor with num evenly spaced values from start to end.
num
start
end