Warning, file /include/boost/python/numpy.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #ifndef boost_python_numpy_hpp_
0008 #define boost_python_numpy_hpp_
0009
0010 #include <boost/python/numpy/dtype.hpp>
0011 #include <boost/python/numpy/ndarray.hpp>
0012 #include <boost/python/numpy/scalars.hpp>
0013 #include <boost/python/numpy/matrix.hpp>
0014 #include <boost/python/numpy/ufunc.hpp>
0015 #include <boost/python/numpy/invoke_matching.hpp>
0016 #include <boost/python/numpy/config.hpp>
0017
0018 namespace boost { namespace python { namespace numpy {
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030 BOOST_NUMPY_DECL void initialize(bool register_scalar_converters=true);
0031
0032 }}}
0033
0034 #endif