Class YamanakaAnkersenDynamics

Inheritance Relationships

Base Type

Class Documentation

class YamanakaAnkersenDynamics : public lupnt::IAnalyticalOrbitDynamics

Public Functions

YamanakaAnkersenDynamics(const ClassicalOE &coe_c, const CartesianOrbitState &rv_rtn, Real GM_)
MatX ComputeMat(Real t)
MatX ComputeInverseMat(Real t)
virtual Vec6 Propagate(const Vec6 &x0, Real t0, Real tf, Mat6d *stm = nullptr) override
virtual OrbitState PropagateState(const OrbitState &state, Real t0, Real tf, Mat6d *stm = nullptr) override
MatX6 Propagate(const Vec6 &x0, Real t0, const VecX &tf, bool progress = false) override
Vec6 Propagate(const Vec6 &x0, Real t0, Real tf, Mat6d *stm = nullptr) override = 0
VecX Propagate(const VecX &x0, Real t0, Real tf, MatXd *stm = nullptr) override
Vec6 Propagate(const Vec6 &x0, Real t0, Real tf, Mat6d *stm = nullptr) = 0
MatX6 Propagate(const Vec6 &x0, Real t0, const VecX &tf, bool progress = false) = 0
MatX6 Propagate(const MatX6 &x0, Real t0, Real tf)