pub fn linspace_device<U, T>( start: U, stop: U, count: impl Into<Option<i32>>, stream: impl AsRef<Stream>, ) -> Result<Array>where U: NumCast, T: ArrayElement,
See Array::linspace
Array::linspace