00001 // Copyright Jim Bosch 2010-2012. 00002 // Distributed under the Boost Software License, Version 1.0. 00003 // (See accompanying file LICENSE_1_0.txt or copy at 00004 // http://www.boost.org/LICENSE_1_0.txt) 00005 #ifndef BOOST_NUMPY_HPP_INCLUDED 00006 #define BOOST_NUMPY_HPP_INCLUDED 00007 00013 #include <boost/numpy/dtype.hpp> 00014 #include <boost/numpy/ndarray.hpp> 00015 #include <boost/numpy/scalars.hpp> 00016 #include <boost/numpy/matrix.hpp> 00017 #include <boost/numpy/ufunc.hpp> 00018 #include <boost/numpy/invoke_matching.hpp> 00019 00020 namespace boost { 00021 namespace numpy { 00022 00033 void initialize(bool register_scalar_converters=true); 00034 00035 } // namespace boost::numpy 00036 } // namespace boost 00037 00038 #endif // !BOOST_NUMPY_HPP_INCLUDED