operations.hpp 560 B

123456789101112131415161718
  1. // Boost.uBLAS
  2. //
  3. // Copyright (c) 2018 Fady Essam
  4. // Copyright (c) 2018 Stefan Seefeld
  5. //
  6. // Distributed under the Boost Software License, Version 1.0.
  7. // (See accompanying file LICENSE_1_0.txt or
  8. // copy at http://www.boost.org/LICENSE_1_0.txt)
  9. #ifndef boost_numeric_ublas_opencl_operations_hpp_
  10. #define boost_numeric_ublas_opencl_operations_hpp_
  11. #include <boost/numeric/ublas/opencl/transpose.hpp>
  12. #include <boost/numeric/ublas/opencl/prod.hpp>
  13. #include <boost/numeric/ublas/opencl/elementwise.hpp>
  14. #include <boost/numeric/ublas/opencl/misc.hpp>
  15. #endif