Searched refs:BOOST_NUMPY_DECL (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/python/numpy/ |
D | ndarray.hpp | 32 class BOOST_NUMPY_DECL ndarray : public object 145 BOOST_NUMPY_DECL ndarray zeros(python::tuple const & shape, dtype const & dt); 146 BOOST_NUMPY_DECL ndarray zeros(int nd, Py_intptr_t const * shape, dtype const & dt); 151 BOOST_NUMPY_DECL ndarray empty(python::tuple const & shape, dtype const & dt); 152 BOOST_NUMPY_DECL ndarray empty(int nd, Py_intptr_t const * shape, dtype const & dt); 159 BOOST_NUMPY_DECL ndarray array(object const & obj); 160 BOOST_NUMPY_DECL ndarray array(object const & obj, dtype const & dt); 165 BOOST_NUMPY_DECL ndarray from_data_impl(void * data, 186 BOOST_NUMPY_DECL ndarray from_data_impl(void * data, 253 BOOST_NUMPY_DECL ndarray from_object(object const & obj, [all …]
|
D | config.hpp | 33 # define BOOST_NUMPY_DECL BOOST_SYMBOL_EXPORT macro 38 # define BOOST_NUMPY_DECL BOOST_SYMBOL_IMPORT macro 46 #ifndef BOOST_NUMPY_DECL 47 # define BOOST_NUMPY_DECL macro
|
D | dtype.hpp | 28 class BOOST_NUMPY_DECL dtype : public object { 58 friend BOOST_NUMPY_DECL bool equivalent(dtype const & a, dtype const & b); 72 BOOST_NUMPY_DECL bool equivalent(dtype const & a, dtype const & b); 92 struct BOOST_NUMPY_DECL builtin_dtype<bool,true> {
|
D | ufunc.hpp | 38 class BOOST_NUMPY_DECL multi_iter : public object 65 BOOST_NUMPY_DECL multi_iter make_multi_iter(object const & a1); 68 BOOST_NUMPY_DECL multi_iter make_multi_iter(object const & a1, object const & a2); 71 BOOST_NUMPY_DECL multi_iter make_multi_iter(object const & a1, object const & a2, object const & a3…
|
D | invoke_matching.hpp | 22 struct BOOST_NUMPY_DECL add_pointer_meta 32 struct BOOST_NUMPY_DECL dtype_template_match_found {}; 33 struct BOOST_NUMPY_DECL nd_template_match_found {};
|
D | scalars.hpp | 25 class BOOST_NUMPY_DECL void_ : public object
|
D | numpy_object_mgr_traits.hpp | 19 struct BOOST_NUMPY_DECL object_manager_traits<manager> \
|
D | matrix.hpp | 32 class BOOST_NUMPY_DECL matrix : public ndarray
|
/third_party/boost/libs/python/src/numpy/ |
D | dtype.cpp | 25 template BOOST_NUMPY_DECL dtype get_int_dtype<bits, false>(); \ 26 template BOOST_NUMPY_DECL dtype get_int_dtype<bits, true>() 33 template BOOST_NUMPY_DECL dtype get_float_dtype<bits>() 40 template BOOST_NUMPY_DECL dtype get_complex_dtype<bits>()
|
/third_party/boost/boost/python/ |
D | numpy.hpp | 30 BOOST_NUMPY_DECL void initialize(bool register_scalar_converters=true);
|