#include <math.h>#include <vector>#include "pass_bits/helper/astro_problems/pl_eph_an.hpp"#include "pass_bits/helper/astro_problems/mga.hpp"#include "pass_bits/helper/astro_problems/lambert.hpp"#include "pass_bits/helper/astro_problems/pow_swing_by_inv.hpp"#include "pass_bits/helper/astro_problems/astro_functions.hpp"
Include dependency graph for mga.cpp:

Macros | |
| #define | MAX(a, b) (a > b ? a : b) |
Functions | |
| int | MGA (vector< double > t, mgaproblem problem, vector< double > &rp, vector< double > &DV, double &obj_funct) |
Macro Definition Documentation
◆ MAX
| #define MAX | ( | a, | |
| b | |||
| ) | (a > b ? a : b) |
Function Documentation
◆ MGA()
| int MGA | ( | vector< double > | t, |
| mgaproblem | problem, | ||
| vector< double > & | rp, | ||
| vector< double > & | DV, | ||
| double & | obj_funct | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:
