Package | Description |
---|---|
org.esa.snap.core.util.math |
Provides utility classes for mathematical operations.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LinEqSysSolver.gauss(double[][] a,
double[] c,
double[] x,
int n,
double eps)
Solves a linear equation system using the gaussian algorithm.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.