.LinearMPC.Basic.repmat1

repeats the identity matrix of size 'n' 'i'-times along the first dimension

Interface

function repmat1
  input Real A[:, :];
  input Integer m "number of rows of A";
  input Integer n "number of columns of A";
  input Integer i "number of repetitions";
  output Real[i*m, n] mat;
end repmat1;

Generated at 2026-04-07T18:18:28Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos