Uses of Class
org.orekit.propagation.analytical.tle.TLEJacobiansMapper
-
Packages that use TLEJacobiansMapper 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.analytical.tle This package provides classes to read and extrapolate tle's. -
-
Uses of TLEJacobiansMapper in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return TLEJacobiansMapper Modifier and Type Method Description protected TLEJacobiansMapper
TLEBatchLSModel. configureDerivatives(Propagator propagator)
Deprecated. -
Uses of TLEJacobiansMapper in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle that return TLEJacobiansMapper Modifier and Type Method Description TLEJacobiansMapper
TLEPartialDerivativesEquations. getMapper()
Deprecated.Get a mapper between two-dimensional Jacobians and one-dimensional additional state.
-