Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ functions
Functions
17,008 in github.com/numpy/numpy
⨍
Functions
17,008
◇
Types & classes
2,137
↳
Endpoints
358
Function
PyArray_ValidType
NUMPY_API * Is the typenum valid? */
numpy/core/src/multiarray/convert_datatype.c:2111
Function
PyArray_WeekMaskConverter
numpy/core/src/multiarray/datetime_busdaycal.c:28
Function
PyArray_calloc_aligned
numpy/random/include/aligned_malloc.h:39
Function
PyArray_free_aligned
numpy/random/include/aligned_malloc.h:48
Function
PyArray_malloc_aligned
numpy/random/include/aligned_malloc.h:34
Function
PyArray_typeinfo
numpy/core/src/multiarray/typeinfo.c:50
Function
PyArray_typeinforanged
numpy/core/src/multiarray/typeinfo.c:72
Function
PyDataMem_RENEW
NUMPY_API * Reallocate/resize memory for array data. */
numpy/core/src/multiarray/alloc.c:341
Function
PyDataMem_SetEventHook
NUMPY_API * Sets the allocation event hook for numpy array data. * Takes a PyDataMem_EventHookFunc *, which has the signature: * void hook(v
numpy/core/src/multiarray/alloc.c:253
Function
PyDataMem_SetHandler
NUMPY_API * Set a new allocation policy. If the input value is NULL, will reset * the policy to the default. Return the previous policy, or * retur
numpy/core/src/multiarray/alloc.c:535
Function
PyFortranObject_New
numpy/f2py/src/fortranobject.c:123
Function
PyInit__dummy
Initialization function for the module */
numpy/core/src/dummymodule.c:33
Function
PyInit__multiarray_umath
Initialization function for the module */
numpy/core/src/multiarray/multiarraymodule.c:5078
Function
PyInit__operand_flag_tests
numpy/core/src/umath/_operand_flag_tests.c:55
Function
PyInit__pocketfft_internal
Initialization function for the module */
numpy/fft/_pocketfft.c:2370
Function
PyInit__rational_tests
numpy/core/src/umath/_rational_tests.c:1116
Function
PyInit__simd
numpy/core/src/_simd/_simd.c:24
Function
PyInit__struct_ufunc_tests
numpy/core/src/umath/_struct_ufunc_tests.c:119
Function
PyInit__umath_linalg
numpy/linalg/umath_linalg.cpp:4568
Function
PyInit_lapack_lite
Initialization function for the module */
numpy/linalg/lapack_litemodule.c:394
Function
PyInit_limited_api
numpy/core/tests/examples/limited_api/limited_api.c:12
Function
PyInit_test_array_from_pyobj_ext
numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c:142
Function
PyInt_Check
Return True only if the long fits in a C long */
numpy/core/include/numpy/npy_3kcompat.h:59
Function
PyObject_Cmp
numpy/core/include/numpy/npy_3kcompat.h:506
Function
PyUFunc_AbsoluteTypeResolver
* This function applies special type resolution rules for the absolute * ufunc. This ufunc converts complex -> float, so isn't covered * by the simp
numpy/core/src/umath/ufunc_type_resolution.c:643
Function
PyUFunc_AddPromoter
numpy/core/src/multiarray/experimental_public_dtype_api.c:403
Function
PyUFunc_AdditionTypeResolver
* This function applies the type resolution rules for addition. * In particular, there are a number of special cases with datetime: * m8[<A>] + m
numpy/core/src/umath/ufunc_type_resolution.c:750
Function
PyUFunc_DefaultLegacyInnerLoopSelector
numpy/core/src/umath/ufunc_type_resolution.c:1489
Function
PyUFunc_DivmodTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:2226
Function
PyUFunc_GenericFunction
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:2753
Function
PyUFunc_IsFiniteTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:688
Function
PyUFunc_IsNaTTypeResolver
* This function applies special type resolution rules for the isnat * ufunc. This ufunc converts datetime/timedelta -> bool, and is not covered * by
numpy/core/src/umath/ufunc_type_resolution.c:668
Function
PyUFunc_MultiplicationTypeResolver
* This function applies the type resolution rules for multiplication. * In particular, there are a number of special cases with datetime: * int##
numpy/core/src/umath/ufunc_type_resolution.c:1093
Function
PyUFunc_NegativeTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:436
Function
PyUFunc_OnesLikeTypeResolver
* The ones_like function shouldn't really be a ufunc, but while it * still is, this provides type resolution that always forces UNSAFE * casting. *
numpy/core/src/umath/ufunc_type_resolution.c:467
Function
PyUFunc_RemainderTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:1330
Function
PyUFunc_ReplaceLoopBySignature
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:5130
Function
PyUFunc_SetUsesArraysAsData
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:5330
Function
PyUFunc_SimpleBinaryComparisonTypeResolver
* This function applies special type resolution rules for the case * where all the functions have the pattern XX->bool, using * PyArray_ResultType i
numpy/core/src/umath/ufunc_type_resolution.c:330
Function
PyUFunc_SubtractionTypeResolver
* This function applies the type resolution rules for subtraction. * In particular, there are a number of special cases with datetime: * m8[<A>]
numpy/core/src/umath/ufunc_type_resolution.c:926
Function
PyUFunc_TrueDivisionTypeResolver
* True division should return float64 results when both inputs are integer * types. The PyUFunc_DefaultTypeResolver promotes 8 bit integers to float1
numpy/core/src/umath/ufunc_type_resolution.c:1387
Function
PyUFunc_checkfperr
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:162
Function
PyUFunc_clearfperr
Checking the status flag clears it */ UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:175
Function
PyUFunc_getfperr
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:125
Function
PyUnicode_Concat2
numpy/core/include/numpy/npy_3kcompat.h:198
Function
PyUnicode_ConcatAndDel
numpy/core/include/numpy/npy_3kcompat.h:191
Function
PyUnicode_FromUCS4
* Returns a PyUnicodeObject initialized from a buffer containing * UCS4 unicode. * * Parameters * ---------- * src: char * * Pointer to bu
numpy/core/src/common/ucsnarrow.c:42
Function
RATIONAL_BINOP
numpy/core/src/umath/_rational_tests.c:574
Method
RaiseDivideByZero
numpy/core/src/common/float_status.hpp:94
Method
RaiseInexact
numpy/core/src/common/float_status.hpp:100
Method
RaiseInvalid
numpy/core/src/common/float_status.hpp:106
Method
RaiseOverflow
numpy/core/src/common/float_status.hpp:112
Method
RaiseUnderflow
numpy/core/src/common/float_status.hpp:118
Function
RandomFloat
numpy/core/tests/data/generate_umath_validation_data.cpp:19
Function
SHORT_clip
numpy/core/src/umath/clip.cpp:180
Method
Sortee
numpy/core/src/npysort/selection.cpp:70
Method
Sortee
numpy/core/src/npysort/selection.cpp:83
Function
SourceLines
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:165
Method
T
Returns the transpose of the matrix. Does *not* conjugate! For the complex conjugate transpose, use ``.H``. Parameters
numpy/matrixlib/defmatrix.py:937
Method
T
Array API compatible wrapper for :py:meth:`np.ndarray.T <numpy.ndarray.T>`. See its docstring for more information.
numpy/array_api/_array_object.py:1122
Function
TIMEDELTA_clip
numpy/core/src/umath/clip.cpp:276
Function
UBYTE_clip
numpy/core/src/umath/clip.cpp:174
Function
UINT_clip
numpy/core/src/umath/clip.cpp:198
Function
ULONGLONG_clip
numpy/core/src/umath/clip.cpp:222
Function
ULONG_clip
numpy/core/src/umath/clip.cpp:210
Function
USHORT_clip
numpy/core/src/umath/clip.cpp:186
Function
UnixCCompiler__compile
Compile a single source files with a Unix-style compiler.
numpy/distutils/unixccompiler.py:17
Function
UnixCCompiler_create_static_lib
Build a static library in a separate sub-process. Parameters ---------- objects : list or tuple of str List of paths to obje
numpy/distutils/unixccompiler.py:73
Method
_
(array)
numpy/core/tests/test_overrides.py:316
Method
_
(array)
numpy/core/tests/test_overrides.py:500
Function
_DType_reconstruct
(scalar_type)
numpy/core/__init__.py:138
Function
_DType_reduce
(DType)
numpy/core/__init__.py:145
Function
_NPY_CLIP
numpy/core/src/umath/clip.cpp:109
Function
_NPY_MAX
numpy/core/src/umath/clip.cpp:28
Function
_NPY_MIN
numpy/core/src/umath/clip.cpp:22
Function
_PyArrayNeighborhoodIter_IncrCoord2D
* Version optimized for 2d arrays, manual loop unrolling */
numpy/core/include/numpy/_neighborhood_iterator_imp.h:52
Function
_PyArray_GetSigintBuf
NUMPY_API */
numpy/core/src/multiarray/multiarraymodule.c:4300
Function
_PyArray_SigintHandler
NUMPY_API */
numpy/core/src/multiarray/multiarraymodule.c:4281
Function
__RandomState_ctor
Return a RandomState instance. This function exists solely to assist (un)pickling. Note that the state of the RandomState returned here is i
numpy/random/__init__.py:197
Method
__abs__
(self)
numpy/lib/user_array.py:54
Method
__abs__
Performs the operation __abs__.
numpy/array_api/_array_object.py:425
Method
__add__
Return (self + other), that is string concatenation, element-wise for a pair of array_likes of str or unicode. See Also
numpy/core/defchararray.py:2180
Method
__add__
(self, x)
numpy/core/tests/test_function_base.py:15
Method
__add__
(self, other)
numpy/core/tests/test_multiarray.py:6603
Method
__add__
(self, other)
numpy/core/tests/test_multiarray.py:7155
Method
__add__
(self, other)
numpy/lib/polynomial.py:1348
Method
__add__
(self, other)
numpy/lib/user_array.py:60
Method
__add__
(self, other)
numpy/lib/tests/test_mixins.py:128
Method
__add__
Add self to other, and return a new masked array.
numpy/ma/core.py:4210
Method
__add__
(self, other)
numpy/ma/tests/test_subclassing.py:36
Method
__add__
Performs the operation __add__.
numpy/array_api/_array_object.py:434
Method
__add__
(self, other)
numpy/polynomial/_polybase.py:531
Method
__add__
(self, other)
numpy/testing/print_coercion_tables.py:13
Method
__add__
(self, other)
numpy/f2py/symbolic.py:428
Method
__and__
(self, other)
numpy/lib/user_array.py:146
Method
__and__
Performs the operation __and__.
numpy/array_api/_array_object.py:445
Method
__array__
(self)
numpy/_typing/_array_like.py:41
Method
__array__
(self)
numpy/core/tests/test_mem_overlap.py:554
Method
__array__
(self, *args, **kwargs)
numpy/core/tests/test_overrides.py:514
Method
__array__
(self, dtype=None)
numpy/core/tests/test_array_coercion.py:56
← previous
next →
4,901–5,000 of 17,008, ranked by callers