public class JacobianFunction extends Object implements MultivariateMatrixFunction
The rows iterate on the model functions while the columns iterate on the parameters; thus, the numbers of rows is equal to the dimension of the underlying function vector value and the number of columns is equal to the number of free parameters of the underlying function.
Constructor and Description |
---|
JacobianFunction(MultivariateDifferentiableVectorFunction fIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double[][] |
value(double[] point)
Compute the value for the function at the given point.
|
public JacobianFunction(MultivariateDifferentiableVectorFunction fIn)
fIn
- underlying vector-valued functionpublic double[][] value(double[] point)
value
in interface MultivariateMatrixFunction
point
- point at which the function must be evaluatedCopyright © 2021 CNES. All rights reserved.