Uses of Interface
org.orekit.propagation.MatricesHarvester
Packages that use MatricesHarvester
Package
Description
This package provides routines related to Lambert problems.
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
Propagation
Top level package for analytical propagators.
This package provides tools to represent and propagate covariance.
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
-
Uses of MatricesHarvester in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return MatricesHarvesterModifier and TypeMethodDescriptionprotected MatricesHarvesterLambertDifferentialCorrector.getMatricesHarvester()Protected getter for the state transition matrices harvester. -
Uses of MatricesHarvester in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return MatricesHarvesterModifier and TypeMethodDescriptionprotected abstract MatricesHarvesterAbstractBatchLSModel.configureHarvester(Propagator propagator) Configure the propagator to compute derivatives.protected MatricesHarvesterBatchLSModel.configureHarvester(Propagator propagator) Configure the propagator to compute derivatives.protected MatricesHarvesterDSSTBatchLSModel.configureHarvester(Propagator propagator) Configure the propagator to compute derivatives.Methods in org.orekit.estimation.leastsquares with parameters of type MatricesHarvesterModifier and TypeMethodDescriptionprotected abstract OrbitAbstractBatchLSModel.configureOrbits(MatricesHarvester harvester, Propagator propagator) Configure the current estimated orbits.protected OrbitBatchLSModel.configureOrbits(MatricesHarvester harvester, Propagator propagator) Configure the current estimated orbits.protected OrbitDSSTBatchLSModel.configureOrbits(MatricesHarvester harvester, Propagator propagator) Configure the current estimated orbits. -
Uses of MatricesHarvester in org.orekit.propagation
Classes in org.orekit.propagation that implement MatricesHarvesterModifier and TypeClassDescriptionclassBase harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays.Methods in org.orekit.propagation that return MatricesHarvesterModifier and TypeMethodDescriptionAbstractPropagator.setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns) Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.Propagator.setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns) Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters. -
Uses of MatricesHarvester in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement MatricesHarvesterModifier and TypeClassDescriptionclassBase class harvester between two-dimensional Jacobian matrices and analytical orbit propagator. -
Uses of MatricesHarvester in org.orekit.propagation.covariance
Constructors in org.orekit.propagation.covariance with parameters of type MatricesHarvesterModifierConstructorDescriptionStateCovarianceMatrixProvider(String additionalName, String stmName, MatricesHarvester harvester, StateCovariance covRef) Constructor. -
Uses of MatricesHarvester in org.orekit.propagation.semianalytical.dsst
Classes in org.orekit.propagation.semianalytical.dsst that implement MatricesHarvesterModifier and TypeClassDescriptionclassHarvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays.