.LinearMPC.Basic.repmatDiag

Information

repeats the m x n matrix A p times along the diagonal of B

Interface

function repmatDiag
  input Real[:, :] A;
  input Integer m;
  input Integer n;
  input Integer p;
  output Real[p*m, p*n] B;
end repmatDiag;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos