1 // 2 // Copyright (c) 2018 Stefan Seefeld 3 // 4 // Distributed under the Boost Software License, Version 1.0. 5 // (See accompanying file LICENSE_1_0.txt or 6 // copy at http://www.boost.org/LICENSE_1_0.txt) 7 8 #ifndef boost_numeric_ublas_opencl_hpp_ 9 #define boost_numeric_ublas_opencl_hpp_ 10 11 #include <boost/numeric/ublas/opencl/library.hpp> 12 #include <boost/numeric/ublas/opencl/vector.hpp> 13 #include <boost/numeric/ublas/opencl/matrix.hpp> 14 #include <boost/numeric/ublas/opencl/operations.hpp> 15 16 #endif 17