LinSpace ======== Return evenly spaced numbers over a specified interval. **Abstract Signature:** ``LinSpace(start: float, stop: float, num: int = 50, endpoint: bool = True, retstep: bool = False, dtype: Dtype, axis: int = 0)`` .. raw:: html
mlx.core.linspace