Uses of Package
org.ddogleg.sorting

Packages that use org.ddogleg.sorting
Package
Description
 
 
  • Class
    Description
    Class which can be extended and allows the object to be sorted faster than a generic Comparable
    Class which can be extended and allows the object to be sorted faster than a generic Comparable
  • Class
    Description
    An implementation of the quick sort algorithm from Numerical Recipes Third Edition that is specified for arrays of floats.
    An implementation of the quick sort algorithm from Numerical Recipes Third Edition that is specified for arrays of doubles.
    An implementation of the quick sort algorithm from Numerical Recipes Third Edition that is specified for arrays of doubles.