/* [auto_generated] boost/numeric/odeint.hpp [begin_description] Forward include for odeint. Includes nearly everything. [end_description] Copyright 2009-2013 Karsten Ahnert Copyright 2010-2013 Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_NUMERIC_ODEINT_HPP_INCLUDED #define BOOST_NUMERIC_ODEINT_HPP_INCLUDED #include #include // start with ublas wrapper because we need its specializations before including state_wrapper.hpp #include #include #include #include #include #include #include #include #include #include #include #ifndef __CUDACC__ /* Bulirsch Stoer with Dense Output does not compile with nvcc * because of the binomial library used there which relies on unsupported SSE functions */ #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include /* * Including this algebra slows down the compilation time */ // #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // BOOST_NUMERIC_ODEINT_HPP_INCLUDED