lines 8-53 of file: cpp/include/cmpad/algo/an_ode.hpp {xrst_begin_parent cpp_an_ode} {xrst_spell kutta runge yf } Use C++ Runge-Kutta Method to Solve an ODE ########################################## {xrst_template , cpp/include/cmpad/algo/template.xrst $algo_name$ , an_ode $obj_name$ , ode $********$ , *** } n_arg ***** see :ref:`an_ode@option@n_arg` . n_other ======= see :ref:`an_ode@option@n_other` . x * This is the :ref:`an_ode@ODE@Parameter Vector` that appears in the ODE. yf ** The return value *yf* is :math:`y(t)` at :math:`t = 2` . {xrst_toc_hidden after cpp/xam/an_ode.cpp cpp/include/cmpad/algo/runge_kutta.hpp } Example ******* :ref:`xam_an_ode.cpp-name` contains an example and test of ``an_ode`` . Source Code *********** :ref:`an_ode.hpp-name` displays the source code for this algorithm. {xrst_end cpp_an_ode}