ShootingBoundaryOutput |
AbstractFixedBoundaryCartesianSingleShooting.computeCandidateSolution(SpacecraftState initialState,
int iterationCount) |
Form solution container with input initial state.
|
abstract ShootingBoundaryOutput |
AbstractFixedInitialCartesianSingleShooting.computeCandidateSolution(SpacecraftState initialState,
int iterationCount) |
Form solution container with input initial state.
|
ShootingBoundaryOutput |
AbstractFixedInitialCartesianSingleShooting.solve(double initialMass,
double[] initialGuess) |
Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.
|
ShootingBoundaryOutput |
AbstractFixedInitialCartesianSingleShooting.solve(double initialMass,
double[] initialGuess,
double[] userScales) |
Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.
|
abstract ShootingBoundaryOutput |
AbstractIndirectShooting.solve(double initialMass,
double[] initialGuess) |
Solve for the boundary conditions, given an initial mass and an initial guess for the adjoint variables.
|