| Package | Description |
|---|---|
| org.esa.snap.core.util.math |
Provides utility classes for mathematical operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnMajorMatrixFactory
Matrix factory implementation.
|
| Constructor and Description |
|---|
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
double[] values,
double[]... dimensions) |
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
double[] values,
IntervalPartition... dimensions) |
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
float[] values,
float[]... dimensions) |
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
float[] values,
IntervalPartition... dimensions) |
MatrixLookupTable(int m,
int n,
MatrixFactory matrixFactory,
VectorLookupTable vectorLookupTable) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.