3 boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp
6 operations_dispatcher specialization for Boost.Compute
9 Copyright 2009-2013 Karsten Ahnert
10 Copyright 2009-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_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED
19 #define BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED
21 #include <boost/compute/container/vector.hpp>
23 #include <boost/numeric/odeint/external/compute/compute_operations.hpp>
24 #include <boost/numeric/odeint/algebra/operations_dispatcher.hpp>
30 // specialization for Boost.Compute vector
31 template< class T , class A >
32 struct operations_dispatcher< boost::compute::vector< T , A > >
34 typedef compute_operations operations_type;
38 } // namespace numeric
44 #endif // BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams