.Spot.Base.Math.sortDown

Information

Interface

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

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos