Some case studies to complex matrices
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;