Uses of Interface
dev.nm.number.DoubleUtils.which
-
Packages that use DoubleUtils.which Package Description dev.nm.number -
-
Uses of DoubleUtils.which in dev.nm.number
Methods in dev.nm.number with parameters of type DoubleUtils.which Modifier and Type Method Description static double[]
DoubleUtils. select(double[] arr, DoubleUtils.which test)
Select the array elements which satisfy theboolean
test.static int[]
DoubleUtils. select(int[] arr, DoubleUtils.which test)
Select the array elements which satisfy theboolean
test.static int[]
DoubleUtils. which(double[] arr, DoubleUtils.which test)
Get the indices of the array elements which satisfy theboolean
test.static int[]
DoubleUtils. which(int[] arr, DoubleUtils.which test)
Get the indices of the array elements which satisfy theboolean
test.
-