java.lang.Object
org.apache.sysds.runtime.compress.colgroup.insertionsort.AInsertionSorter
org.apache.sysds.runtime.compress.colgroup.insertionsort.MergeSort

public class MergeSort extends AInsertionSorter
  • Constructor Details

    • MergeSort

      public MergeSort(int endLength, int numRows, IntArrayList[] offsets)
    • MergeSort

      public MergeSort(int endLength, int numRows, IntArrayList[] offsets, int negativeIndex)