X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/include/numpy
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
core
/
include
/
numpy
/
📁
..
📄
.doxyfile
(58 B)
📄
__multiarray_api.h
(60.08 KB)
📄
__ufunc_api.h
(12.16 KB)
📄
_dtype_api.h
(16.31 KB)
📄
_neighborhood_iterator_imp.h
(1.81 KB)
📄
_numpyconfig.h
(854 B)
📄
_numpyconfig.h.in
(867 B)
📄
arrayobject.h
(282 B)
📄
arrayscalars.h
(3.85 KB)
📄
experimental_dtype_api.h
(15.17 KB)
📄
halffloat.h
(1.91 KB)
📁
libdivide
📄
ndarrayobject.h
(9.94 KB)
📄
ndarraytypes.h
(66.42 KB)
📄
noprefix.h
(6.67 KB)
📄
npy_1_7_deprecated_api.h
(4.23 KB)
📄
npy_3kcompat.h
(15.51 KB)
📄
npy_common.h
(36.8 KB)
📄
npy_cpu.h
(4.52 KB)
📄
npy_endian.h
(2.72 KB)
📄
npy_interrupt.h
(1.9 KB)
📄
npy_math.h
(18.5 KB)
📄
npy_no_deprecated_api.h
(678 B)
📄
npy_os.h
(1.09 KB)
📄
numpyconfig.h
(5.18 KB)
📄
old_defines.h
(6.25 KB)
📄
oldnumeric.h
(899 B)
📁
random
📄
ufuncobject.h
(11.79 KB)
📄
utils.h
(1.16 KB)
Editing: npy_os.h
#ifndef NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ #define NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ #if defined(linux) || defined(__linux) || defined(__linux__) #define NPY_OS_LINUX #elif defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__OpenBSD__) || defined(__DragonFly__) #define NPY_OS_BSD #ifdef __FreeBSD__ #define NPY_OS_FREEBSD #elif defined(__NetBSD__) #define NPY_OS_NETBSD #elif defined(__OpenBSD__) #define NPY_OS_OPENBSD #elif defined(__DragonFly__) #define NPY_OS_DRAGONFLY #endif #elif defined(sun) || defined(__sun) #define NPY_OS_SOLARIS #elif defined(__CYGWIN__) #define NPY_OS_CYGWIN #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) #define NPY_OS_WIN32 #elif defined(_WIN64) || defined(__WIN64__) || defined(WIN64) #define NPY_OS_WIN64 #elif defined(__MINGW32__) || defined(__MINGW64__) #define NPY_OS_MINGW #elif defined(__APPLE__) #define NPY_OS_DARWIN #elif defined(__HAIKU__) #define NPY_OS_HAIKU #else #define NPY_OS_UNKNOWN #endif #endif /* NUMPY_CORE_INCLUDE_NUMPY_NPY_OS_H_ */
Upload File
Create Folder