.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 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos