.LinearMPC.Basic.repVec

Information

returns the 'm'-times concatenation of 'inVec' so that outVec = [inVec; inVec; inVec;, ...]

Interface

function repVec
  input Real[:] inVec "vector to be repeated";
  input Integer len "length of inVec";
  input Integer m "how often";
  output Real[m*len] outVec;
end repVec;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos