.LinearMPC.Basic.repmatIdentity1

Information

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

Interface

function repmatIdentity1
  input Integer n "size of identity matrix to be repeated";
  input Integer i "number of repetitions";
  output Real[i*n, n] mat;
end repmatIdentity1;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos