#include <cstddef>#include <cppad/local/cppad_assert.hpp>#include <cppad/check_simple_vector.hpp>#include <cppad/check_numeric_type.hpp>#include <cppad/vector.hpp>#include <cppad/lu_factor.hpp>#include <cppad/lu_invert.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | CppAD | 
Functions | |
| template<typename Vector , typename Fun > | |
| void | CppAD::OdeGear (Fun &F, size_t m, size_t n, const Vector &T, Vector &X, Vector &e) | 
 1.6.1