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 
10 #ifndef boost_numeric_ublas_opencl_operations_hpp_
11 #define boost_numeric_ublas_opencl_operations_hpp_
12 
13 #include <boost/numeric/ublas/opencl/transpose.hpp>
14 #include <boost/numeric/ublas/opencl/prod.hpp>
15 #include <boost/numeric/ublas/opencl/elementwise.hpp>
16 #include <boost/numeric/ublas/opencl/misc.hpp>
17 
18 #endif
19