Home
last modified time | relevance | path

Searched refs:BOOST_NUMPY_DECL (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/python/numpy/
Dndarray.hpp32 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 …]
Dconfig.hpp33 # 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
Ddtype.hpp28 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> {
Dufunc.hpp38 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…
Dinvoke_matching.hpp22 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 {};
Dscalars.hpp25 class BOOST_NUMPY_DECL void_ : public object
Dnumpy_object_mgr_traits.hpp19 struct BOOST_NUMPY_DECL object_manager_traits<manager> \
Dmatrix.hpp32 class BOOST_NUMPY_DECL matrix : public ndarray
/third_party/boost/libs/python/src/numpy/
Ddtype.cpp25 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/
Dnumpy.hpp30 BOOST_NUMPY_DECL void initialize(bool register_scalar_converters=true);