Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:43:13

0001 //
0002 // Copyright (c) 2018 Stefan Seefeld
0003 //
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // (See accompanying file LICENSE_1_0.txt or
0006 // copy at http://www.boost.org/LICENSE_1_0.txt)
0007 
0008 #ifndef boost_numeric_ublas_opencl_hpp_
0009 #define boost_numeric_ublas_opencl_hpp_
0010 
0011 #include <boost/numeric/ublas/opencl/library.hpp>
0012 #include <boost/numeric/ublas/opencl/vector.hpp>
0013 #include <boost/numeric/ublas/opencl/matrix.hpp>
0014 #include <boost/numeric/ublas/opencl/operations.hpp>
0015 
0016 #endif