.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-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos