Uses of Interface
org.esa.snap.core.util.math.DoubleList
-
Packages that use DoubleList Package Description org.esa.snap.core.util.math Provides utility classes for mathematical operations. -
-
Uses of DoubleList in org.esa.snap.core.util.math
Classes in org.esa.snap.core.util.math that implement DoubleList Modifier and Type Class Description static class
DoubleList.Byte
Wraps aDoubleList
around an array of primitive bytes.static class
DoubleList.Double
Wraps aDoubleList
around an array of primitive doubles.static class
DoubleList.Float
Wraps aDoubleList
around an array of primitive floats.static class
DoubleList.Int
Wraps aDoubleList
around an array of primitive ints.static class
DoubleList.Long
Wraps aDoubleList
around an array of primitive longs.static class
DoubleList.Short
Wraps aDoubleList
around an array of primitive shorts.static class
DoubleList.UByte
Wraps aDoubleList
around an array of primitive bytes interpreted as unsigned integers.static class
DoubleList.UInt
Wraps aDoubleList
around an array of primitive ints interpreted as unsigned integers.static class
DoubleList.ULong
Wraps aDoubleList
around an array of primitive longs interpreted as unsigned integers.static class
DoubleList.UShort
Wraps aDoubleList
around an array of primitive shorts interpreted as unsigned integers.Methods in org.esa.snap.core.util.math with parameters of type DoubleList Modifier and Type Method Description static Histogram
Histogram. computeHistogramDouble(DoubleList values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenHistogram.DoubleList
in the given value range.static Range
Range. computeRangeDouble(DoubleList values, IndexValidator validator, Range range, ProgressMonitor pm)
Computes the value range for the values in the givenRange.DoubleList
.static void
Quantizer. quantizeDouble(DoubleList srcValues, double srcMin, double srcMax, byte[] dstValues, int dstPos, int dstStride, ProgressMonitor pm)
-