.Modelica_LinearSystems2.ComplexMathAdds.Internal.C_transpose

Information

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 2024-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos