Package org.ejml.ops

Class SortCoupledArray_F64


  • public class SortCoupledArray_F64
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void quick​(int[] segments, int length, int[] valuesA, double[] valuesB)  
      static void shellSort​(int[] data, int offset, int length, int[] indexes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SortCoupledArray_F64

        public SortCoupledArray_F64()
    • Method Detail

      • quick

        public void quick​(int[] segments,
                          int length,
                          int[] valuesA,
                          double[] valuesB)
      • shellSort

        public static void shellSort​(int[] data,
                                     int offset,
                                     int length,
                                     int[] indexes)