pub fn lin_space<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( start: O0, stop: O1, num: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for LinSpace::new().build(start, stop, num, scope).
LinSpace::new().build(start, stop, num, scope)