protected class AbstractTLEFitter.ResidualsFunction extends Object implements MultivariateVectorFunction
Modifier | Constructor and Description |
---|---|
protected |
ResidualsFunction() |
Modifier and Type | Method and Description |
---|---|
MultivariateMatrixFunction |
jacobian()
Compute Jacobian.
|
double[] |
value(double[] arg)
Compute the value for the function at the given point.
|
public double[] value(double[] arg)
value
in interface MultivariateVectorFunction
arg
- point at which the function must be evaluatedpublic MultivariateMatrixFunction jacobian()
Copyright © 2021 CNES. All rights reserved.