compute.hpp 993 B

123456789101112131415161718192021222324252627
  1. /*
  2. [auto_generated]
  3. boost/numeric/odeint/external/compute/compute.hpp
  4. [begin_description]
  5. includes all headers required for using odeint with Boost.Compute
  6. [end_description]
  7. Copyright 2009-2013 Karsten Ahnert
  8. Copyright 2009-2013 Mario Mulansky
  9. Distributed under the Boost Software License, Version 1.0.
  10. (See accompanying file LICENSE_1_0.txt or
  11. copy at http://www.boost.org/LICENSE_1_0.txt)
  12. */
  13. #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_HPP_DEFINED
  14. #define BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_HPP_DEFINED
  15. #include <boost/numeric/odeint/external/compute/compute_algebra.hpp>
  16. #include <boost/numeric/odeint/external/compute/compute_operations.hpp>
  17. #include <boost/numeric/odeint/external/compute/compute_algebra_dispatcher.hpp>
  18. #include <boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp>
  19. #include <boost/numeric/odeint/external/compute/compute_resize.hpp>
  20. #endif // BOOST_NUMERIC_ODEINT_EXTERNAL_COMPUTE_COMPUTE_HPP_DEFINED