boinor.twobody.propagation.markley ================================== .. py:module:: boinor.twobody.propagation.markley Classes ------- .. autoapisummary:: boinor.twobody.propagation.markley.MarkleyPropagator Module Contents --------------- .. py:class:: MarkleyPropagator Elliptical Kepler Equation solver based on a fifth-order refinement of the solution of a cubic equation. .. rubric:: Notes This method was originally presented by Markley in his paper *Kepler Equation Solver* with DOI: https://doi.org/10.1007/BF00691917 .. py:attribute:: kind .. py:method:: propagate(state, tof)