Uses of Class
edu.rit.util.Searching.Double
-
Uses of Searching.Double in edu.rit.util
Modifier and TypeMethodDescriptionstatic int
Searching.searchSorted
(double[] x, double a, Searching.Double helper) Search the given ordered array of typedouble[]
for the given element.static int
Searching.searchUnsorted
(double[] x, double a, Searching.Double helper) Search the given unordered array of typedouble[]
for the given element.