.ThermoPower.Functions.linspaceExt

Extended linspace function handling also the N=1 case

Interface

function linspaceExt
  input Real x1;
  input Real x2;
  input Integer N;
  output Real vec[N];
end linspaceExt;

Generated at 2025-11-17T19:21:16Z by OpenModelicaOpenModelica 1.25.5 using GenerateDoc.mos