| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
| fr.cnes.sirius.patrius.math.optim.nonlinear.scalar | |
| fr.cnes.sirius.patrius.math.optim.nonlinear.vector | |
| fr.cnes.sirius.patrius.propagation.analytical.tle |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultivariateDifferentiableVectorFunction
Extension of
MultivariateVectorFunction representing a
multivariate differentiable vectorial function. |
| Modifier and Type | Class and Description |
|---|---|
class |
GradientFunction
Class representing the gradient of a multivariate function.
|
| Modifier and Type | Method and Description |
|---|---|
MultivariateVectorFunction |
ObjectiveFunctionGradient.getObjectiveFunctionGradient()
Gets the gradient of the function to be optimized.
|
| Constructor and Description |
|---|
LeastSquaresConverter(MultivariateVectorFunction functionIn,
double[] observationsIn)
Builds a simple converter for uncorrelated residuals with identical
weights.
|
LeastSquaresConverter(MultivariateVectorFunction functionIn,
double[] observationsIn,
double[] weightsIn)
Builds a simple converter for uncorrelated residuals with the
specified weights.
|
LeastSquaresConverter(MultivariateVectorFunction functionIn,
double[] observationsIn,
RealMatrix scaleIn)
Builds a simple converter for correlated residuals with the
specified weights.
|
ObjectiveFunctionGradient(MultivariateVectorFunction g) |
| Modifier and Type | Method and Description |
|---|---|
MultivariateVectorFunction |
ModelFunction.getModelFunction()
Gets the model function to be optimized.
|
| Constructor and Description |
|---|
ModelFunction(MultivariateVectorFunction m) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractTLEFitter.ResidualsFunction
Internal class for computing position/velocity at sample points.
|
Copyright © 2025 CNES. All rights reserved.