.PowerSystems.Utilities.Math.sortDown

Information

Interface

function sortDown
  extends Modelica.Icons.Function;
  input Real[:] x "x unsorted";
  output Real[size(x, 1)] y "x sorted decreasing";
  output Integer[size(x, 1)] i "indizes of sorted x";
end sortDown;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos