Uses of Class
org.orekit.propagation.numerical.JacobiansMapper
-
Packages that use JacobiansMapper 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.numerical Top level package for numerical propagators. -
-
Uses of JacobiansMapper in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return JacobiansMapper Modifier and Type Method Description protected JacobiansMapper
BatchLSModel. configureDerivatives(Propagator propagator)
Deprecated. -
Uses of JacobiansMapper in org.orekit.propagation.numerical
Subclasses of JacobiansMapper in org.orekit.propagation.numerical Modifier and Type Class Description class
AbsoluteJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.Methods in org.orekit.propagation.numerical that return JacobiansMapper Modifier and Type Method Description JacobiansMapper
PartialDerivativesEquations. getMapper()
Deprecated.Get a mapper between two-dimensional Jacobians and one-dimensional additional state.
-