|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntervalPartition | |
|---|---|
| org.esa.beam.util.math | Provides utility classes for mathematical operations. |
| Uses of IntervalPartition in org.esa.beam.util.math |
|---|
| Methods in org.esa.beam.util.math that return IntervalPartition | |
|---|---|
static IntervalPartition[] |
IntervalPartition.createArray(double[]... sequences)
Creates an array of interval partitions from an array of sequences. |
static IntervalPartition[] |
IntervalPartition.createArray(float[]... sequences)
Creates an array of interval partitions from an array of sequences. |
IntervalPartition |
VectorLookupTable.getDimension(int i)
Returns the the ith dimension associated with the lookup table. |
IntervalPartition |
MatrixLookupTable.getDimension(int i)
Returns the the ith dimension associated with the lookup table. |
IntervalPartition |
LookupTable.getDimension(int i)
Returns the the ith dimension associated with the lookup table. |
IntervalPartition[] |
VectorLookupTable.getDimensions()
Returns the dimensions associated with the lookup table. |
IntervalPartition[] |
MatrixLookupTable.getDimensions()
Returns the dimensions associated with the lookup table. |
IntervalPartition[] |
LookupTable.getDimensions()
Returns the dimensions associated with the lookup table. |
| Methods in org.esa.beam.util.math with parameters of type IntervalPartition | |
|---|---|
static void |
LookupTable.computeFracIndex(IntervalPartition partition,
double coordinate,
FracIndex fracIndex)
Computes the FracIndex of a coordinate value with respect to a given
interval partition. |
| Constructors in org.esa.beam.util.math with parameters of type IntervalPartition | |
|---|---|
LookupTable(double[] values,
IntervalPartition... dimensions)
Constructs a lookup table for the lookup values and dimensions supplied as arguments. |
|
LookupTable(float[] values,
IntervalPartition... dimensions)
Constructs a lookup table for the lookup values and dimensions supplied as arguments. |
|
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
double[] values,
IntervalPartition... dimensions)
|
|
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
float[] values,
IntervalPartition... dimensions)
|
|
VectorLookupTable(int length,
double[] values,
IntervalPartition... dimensions)
Constructs an array lookup table for the lookup values and dimensions supplied as arguments. |
|
VectorLookupTable(int length,
float[] values,
IntervalPartition... dimensions)
Constructs an array lookup table for the lookup values and dimensions supplied as arguments. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||