CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
runge_45.hpp File Reference

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Functions

template<typename Scalar , typename Vector , typename Fun >
Vector CppAD::Runge45 (Fun &F, size_t M, const Scalar &ti, const Scalar &tf, const Vector &xi)
 
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)