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 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 MatricesHarvester Modifier and Type Method Description protected 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 MatricesHarvester Modifier and Type Class Description classAbstractMatricesHarvesterBase harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays.Methods in org.orekit.propagation that return MatricesHarvester Modifier and Type Method Description MatricesHarvesterAbstractPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.default MatricesHarvesterPropagator. 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 classAbstractAnalyticalMatricesHarvesterBase 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 classDSSTHarvesterHarvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays.
-