.Spot.Base.Math.sortUp

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 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos