Home
last modified time | relevance | path

Searched refs:PyArray_Empty (Results 1 – 18 of 18) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp258 (PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0))); in empty()
264 (PyArray_Empty(nd, const_cast<Py_intptr_t*>(shape), detail::incref_dtype(dt), 0))); in empty()
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp258 (PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0))); in empty()
264 (PyArray_Empty(nd, const_cast<Py_intptr_t*>(shape), detail::incref_dtype(dt), 0))); in empty()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/numpy/
H A Dndarray.cpp258 (PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0))); in empty()
264 (PyArray_Empty(nd, const_cast<Py_intptr_t*>(shape), detail::incref_dtype(dt), 0))); in empty()
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp258 (PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0))); in empty()
264 (PyArray_Empty(nd, const_cast<Py_intptr_t*>(shape), detail::incref_dtype(dt), 0))); in empty()
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/numpy/
H A Dndarray.cpp258 (PyArray_Empty(nd, dims.get(), detail::incref_dtype(dt), 0))); in empty()
264 (PyArray_Empty(nd, const_cast<Py_intptr_t*>(shape), detail::incref_dtype(dt), 0))); in empty()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarrayobject.h97 PyArray_Empty(m, dims, PyArray_DescrFromType(type), is_f_order)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dcalculation.c705 out = (PyArrayObject *)PyArray_Empty(PyArray_NDIM(a), PyArray_DIMS(a), in PyArray_Round()
H A Dctors.c2863 PyArray_Empty(int nd, npy_intp const *dims, PyArray_Descr *type, int is_f_order) in PyArray_Empty() function
H A Dmultiarraymodule.c1850 ret = (PyArrayObject *)PyArray_Empty(shape.len, shape.ptr, in array_empty()
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pxd656 #object PyArray_Empty (int, npy_intp *, dtype, int)
H A D__init__.cython-30.pxd698 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/numpy/
H A D__init__.pxd742 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/numpy/
H A D__init__.pxd741 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/numpy/
H A D__init__.pxd741 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/numpy/
H A D__init__.pxd741 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/numpy/
H A D__init__.pxd702 #object PyArray_Empty (int, npy_intp *, dtype, int)
/dports/math/py-numpy/numpy-1.20.3/numpy/fft/
H A D_pocketfft.c2247 PyArrayObject *ret = (PyArrayObject *)PyArray_Empty(ndim, in execute_real_forward()
2292 PyArrayObject *ret = (PyArrayObject *)PyArray_Empty(PyArray_NDIM(data), in execute_real_backward()
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/c-api/
H A Darray.rst350 .. c:function:: PyObject* PyArray_Empty( \
363 Macro form of :c:func:`PyArray_Empty` which takes a type-number,