CppAD: A C++ Algorithmic Differentiation Package 20110419
template<typename Scalar , typename Vector , typename Fun >
Vector CppAD::Runge45 ( Fun &  F,
size_t  M,
const Scalar &  ti,
const Scalar &  tf,
const Vector &  xi,
Vector &  e 
)

Definition at line 259 of file runge_45.hpp.