public class JacobianPropagatorConverter extends AbstractPropagatorConverter
Constructor and Description |
---|
JacobianPropagatorConverter(NumericalPropagatorBuilder builder,
double threshold,
int maxIterations)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
protected MultivariateVectorFunction |
getObjectiveFunction()
Get the function computing position/velocity at sample points.
|
protected MultivariateMatrixFunction |
getObjectiveFunctionJacobian()
Get the Jacobian of the function computing position/velocity at sample points.
|
convert, convert, convert, convert, getAdaptedPropagator, getAvailableParameters, getDate, getEvaluations, getFrame, getFreeParameters, getRMS, getSample, getTargetSize, isAvailable, isOnlyPosition
public JacobianPropagatorConverter(NumericalPropagatorBuilder builder, double threshold, int maxIterations)
builder
- builder for adapted propagatorthreshold
- absolute threshold for optimization algorithmmaxIterations
- maximum number of iterations for fittingprotected MultivariateVectorFunction getObjectiveFunction()
getObjectiveFunction
in class AbstractPropagatorConverter
protected MultivariateMatrixFunction getObjectiveFunctionJacobian()
getObjectiveFunctionJacobian
in class AbstractPropagatorConverter
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.