Uses of Class
org.orekit.control.heuristics.lambert.LambertBoundaryVelocities
-
Packages that use LambertBoundaryVelocities Package Description org.orekit.control.heuristics.lambert This package provides routines related to Lambert problems. -
-
Uses of LambertBoundaryVelocities in org.orekit.control.heuristics.lambert
Methods in org.orekit.control.heuristics.lambert that return LambertBoundaryVelocities Modifier and Type Method Description LambertBoundaryVelocitiesLambertSolution. getBoundaryVelocities()Get the boundary velocities.protected LambertBoundaryVelocitiesLambertDifferentialCorrector. iterate(AbstractPropagator propagator)Apply differential corrections until convergence (interrupted by maximum iterations count).LambertBoundaryVelocitiesLambertDifferentialCorrector. solve(AbstractPropagator propagator, Vector3D guessInitialVelocity)Method applying differential correction on the guess (Newton-Raphson algorithm).Methods in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryVelocities Modifier and Type Method Description RealMatrixLambertSolver. computeJacobian(LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities velocities)Computes the Jacobian matrix of the Lambert solution.Constructors in org.orekit.control.heuristics.lambert with parameters of type LambertBoundaryVelocities Constructor Description LambertSolution(int nRev, LambertPathType pathType, LambertOrbitType orbitType, boolean posigrade, LambertBoundaryConditions boundaryConditions, LambertBoundaryVelocities boundaryVelocities)Basic constructor with LambertBoundaryVelocities directly.
-