Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:42:50

0001 /*
0002   [auto_generated]
0003   boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp
0004 
0005   [begin_description]
0006   operations_dispatcher specialization for Boost.Compute
0007   [end_description]
0008 
0009   Copyright 2009-2013 Karsten Ahnert
0010   Copyright 2009-2013 Mario Mulansky
0011 
0012   Distributed under the Boost Software License, Version 1.0.
0013   (See accompanying file LICENSE_1_0.txt or
0014   copy at http://www.boost.org/LICENSE_1_0.txt)
0015 */
0016 
0017 
0018 #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED
0019 #define BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED
0020 
0021 #include <boost/compute/container/vector.hpp>
0022 
0023 #include <boost/numeric/odeint/external/compute/compute_operations.hpp>
0024 #include <boost/numeric/odeint/algebra/operations_dispatcher.hpp>
0025 
0026 namespace boost {
0027 namespace numeric {
0028 namespace odeint {
0029 
0030 // specialization for Boost.Compute vector
0031 template< class T , class A >
0032 struct operations_dispatcher< boost::compute::vector< T , A > >
0033 {
0034     typedef compute_operations operations_type;
0035 };
0036 
0037 } // namespace odeint
0038 } // namespace numeric
0039 } // namespace boost
0040 
0041 
0042 
0043 
0044 #endif // BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_OPERATIONS_DISPATCHER_HPP_DEFINED