.CRML.ETL.Utilities.partition

Partition function for the quick sort algorithm

Interface

function partition
  input Real A[:];
  input Integer p;
  input Integer r;
  input Integer I[:];
  output Integer n;
  output Real B[size(A, 1)];
  output Integer J[size(A, 1)];
end partition;

Generated at 2026-06-23T20:19:05Z by OpenModelicaOpenModelica 1.26.9 using GenerateDoc.mos