.Modelica_LinearSystems2.ComplexMathAdds.Internal.C_transpose

Computes the transposed matrix of a complex matrix

Interface

function C_transpose
  extends Modelica.Icons.Function;
  input Complex C[:, :];
  output Complex CT[size(C, 2), size(C, 1)];
end C_transpose;

Generated at 2025-09-18T18:21:15Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos