Package org.ejml.ops

Class SortCoupledArray_F32


  • public class SortCoupledArray_F32
    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, float[] 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_F32

        public SortCoupledArray_F32()
    • Method Detail

      • quick

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

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