.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-04-01T18:18:38Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos