public class FiniteDifferencePropagatorConverter extends AbstractPropagatorConverter
| Constructor and Description |
|---|
FiniteDifferencePropagatorConverter(PropagatorBuilder factory,
double threshold,
int maxIterations)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction |
getModel()
Get the Jacobian of the function computing position/velocity at sample points.
|
protected org.hipparchus.analysis.MultivariateVectorFunction |
getObjectiveFunction()
Get the function computing position/velocity at sample points.
|
convert, convert, convert, convert, getAdaptedPropagator, getEvaluations, getFrame, getRMS, getSample, getTargetSize, isOnlyPositionpublic FiniteDifferencePropagatorConverter(PropagatorBuilder factory, double threshold, int maxIterations)
factory - builder for adapted propagatorthreshold - absolute threshold for optimization algorithmmaxIterations - maximum number of iterations for fittingprotected org.hipparchus.analysis.MultivariateVectorFunction getObjectiveFunction()
getObjectiveFunction in class AbstractPropagatorConverterprotected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction getModel()
getModel in class AbstractPropagatorConverterCopyright © 2002-2023 CS GROUP. All rights reserved.