.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 2026-03-01T19:13:58Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos