.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-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos