.Modelica_LinearSystems2.WorkInProgress.Tests.Internal.multiplyRealMatrices3cCall

Information

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-01-04T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos