.Spot.Base.Math.sortUp

Sorts components of x in increasing order

Information

Interface

function sortUp
  extends Icons.Function;
  input Real[:] x "x unsorted";
  output Real[n] y "x sorted increasing";
  output Integer[n] i "indizes of sorted x";
end sortUp;

Generated at 2025-04-05T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos