.PowerSystems.Utilities.Math.sortUp

Sorts components of x in increasing order

Information

Interface

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

Generated at 2026-03-06T19:22:04Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos