Uses of Class
com.fa993.types.supertype.PairOfDoubleOrDArr
-
Packages that use PairOfDoubleOrDArr Package Description com.fa993.utils -
-
Uses of PairOfDoubleOrDArr in com.fa993.utils
Methods in com.fa993.utils that return PairOfDoubleOrDArr Modifier and Type Method Description static PairOfDoubleOrDArr
UnpackConditionArgs. call(NumOrTwoSeqOrNdArr interval, double[] x, int[] peaks)
Unpacks the interval arguments into a pair of lower and upper boundaries, applying the interval conditions to a subset of data defined by the peaks.
-