function linspace input Real x1 "start"; input Real x2 "end"; input Integer n "number"; output Real v[n]; end linspace;