Package org.ejml.ops

Class SortCoupledArray_F64

java.lang.Object
org.ejml.ops.SortCoupledArray_F64

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

    Constructors 
    Constructor Description
    SortCoupledArray_F64()  
  • Method Summary

    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 Details

  • Method Details

    • 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)