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