Commit 62452d05 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

RKF: add table reference

parent ee8fc8a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ namespace allpix {
            0, 0, 0, 0).finished());
        /**
         * @brief Runge-Kutta-Fehlberg method
         * Values from https://ntrs.nasa.gov/citations/19680027281, p.13, Table III
         */
        static const auto RK5((Eigen::Matrix<double, 8, 6>() <<
            0, 0, 0, 0, 0, 0,