Uses of Interface
org.orekit.propagation.MatricesHarvester
-
Packages that use MatricesHarvester Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of MatricesHarvester in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return MatricesHarvester Modifier and Type Method Description protected abstract MatricesHarvester
AbstractBatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.protected MatricesHarvester
BatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.protected MatricesHarvester
DSSTBatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.Methods in org.orekit.estimation.leastsquares with parameters of type MatricesHarvester Modifier and Type Method Description protected abstract Orbit
AbstractBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.protected Orbit
BatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.protected Orbit
DSSTBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits. -
Uses of MatricesHarvester in org.orekit.propagation
Classes in org.orekit.propagation that implement MatricesHarvester Modifier and Type Class Description class
AbstractMatricesHarvester
Base harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.Methods in org.orekit.propagation that return MatricesHarvester Modifier and Type Method Description MatricesHarvester
AbstractPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.default MatricesHarvester
Propagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.Constructors in org.orekit.propagation with parameters of type MatricesHarvester Constructor Description StateCovarianceMatrixProvider(String additionalName, String stmName, MatricesHarvester harvester, StateCovariance covInit)
Constructor. -
Uses of MatricesHarvester in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement MatricesHarvester Modifier and Type Class Description class
AbstractAnalyticalMatricesHarvester
Base class harvester between two-dimensional Jacobian matrices and analytical orbit propagator. -
Uses of MatricesHarvester in org.orekit.propagation.semianalytical.dsst
Classes in org.orekit.propagation.semianalytical.dsst that implement MatricesHarvester Modifier and Type Class Description class
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.
-