.Spot.Base.Math.sortDown

Sorts components of x in decreasing order

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 2026-01-08T19:14:00Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos