.Modelica_LinearSystems2.WorkInProgress.Tests.Internal.multiplyRealMatrices3cCall

Some case studies to complex matrices

Interface

function multiplyRealMatrices3cCall
  input Integer n = 50;
  input Integer nr = 20;
  input Real C1[n, n] = fill(1, n, n);
  output Real C2[n, n] = C1;
end multiplyRealMatrices3cCall;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos