.PowerSystems.Utilities.Math.sortDown

Sorts components of x in decreasing order

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 2025-07-06T18:20:56Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos