Uses of Class
org.orekit.propagation.semianalytical.dsst.DSSTJacobiansMapper
-
Packages that use DSSTJacobiansMapper 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.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of DSSTJacobiansMapper in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return DSSTJacobiansMapper Modifier and Type Method Description protected DSSTJacobiansMapper
DSSTBatchLSModel. configureDerivatives(Propagator propagator)
Deprecated. -
Uses of DSSTJacobiansMapper in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst that return DSSTJacobiansMapper Modifier and Type Method Description DSSTJacobiansMapper
DSSTPartialDerivativesEquations. getMapper()
Deprecated.Get a mapper between two-dimensional Jacobians and one-dimensional additional state.
-