boinor.twobody.propagation.mikkola ================================== .. py:module:: boinor.twobody.propagation.mikkola Classes ------- .. autoapisummary:: boinor.twobody.propagation.mikkola.MikkolaPropagator Module Contents --------------- .. py:class:: MikkolaPropagator Solves Kepler Equation by a cubic approximation. .. rubric:: Notes This method was derived by Seppo Mikola in his paper *A Cubic Approximation For Kepler's Equation* with DOI: https://doi.org/10.1007/BF01235850 .. py:attribute:: kind .. py:method:: propagate(state, tof)