LambertPerformanceMsgPayload
-
struct LambertPerformanceMsgPayload
- #include <LambertPerformanceMsgPayload.h>
Structure used to define extra output of the Lambert problem solution.
Public Members
-
double x
[-] solution for free variable (iteration variable)
-
int numIter
[-] number of root-finder iterations to find x
-
double errX
[-] difference in x between last and second-to-last iteration
-
double xSol2
[-] second solution for free variable (iteration variable)
-
int numIterSol2
[-] number of root-finder iterations to find x_sol2
-
double errXSol2
[-] difference in x_sol2 between last and second-to-last iteration
-
double x