3 boost/numeric/odeint/external/thrust/thrust.hpp
6 includes all headers required for using odeint with thrust
9 Copyright 2013 Karsten Ahnert
10 Copyright 2013 Mario Mulansky
12 Distributed under the Boost Software License, Version 1.0.
13 (See accompanying file LICENSE_1_0.txt or
14 copy at http://www.boost.org/LICENSE_1_0.txt)
18 #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_THRUST_HPP_DEFINED
19 #define BOOST_NUMERIC_ODEINT_EXTERNAL_THRUST_HPP_DEFINED
21 #include <boost/numeric/odeint/external/thrust/thrust_algebra.hpp>
22 #include <boost/numeric/odeint/external/thrust/thrust_operations.hpp>
23 #include <boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp>
24 #include <boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp>
25 #include <boost/numeric/odeint/external/thrust/thrust_resize.hpp>
27 #endif // BOOST_NUMERIC_ODEINT_EXTERNAL_THRUST_HPP_DEFINED