Uses of Package
org.ddogleg.sorting
Packages that use org.ddogleg.sorting
-
Classes in org.ddogleg.sorting used by org.ddogleg.sortingClassDescriptionClass which can be extended and allows the object to be sorted faster than a generic ComparableClass which can be extended and allows the object to be sorted faster than a generic Comparable
-
Classes in org.ddogleg.sorting used by org.ddogleg.structClassDescriptionAn 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.