MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

FunctionPyArray_ValidType
NUMPY_API * Is the typenum valid? */
numpy/core/src/multiarray/convert_datatype.c:2111
FunctionPyArray_WeekMaskConverter
numpy/core/src/multiarray/datetime_busdaycal.c:28
FunctionPyArray_calloc_aligned
numpy/random/include/aligned_malloc.h:39
FunctionPyArray_free_aligned
numpy/random/include/aligned_malloc.h:48
FunctionPyArray_malloc_aligned
numpy/random/include/aligned_malloc.h:34
FunctionPyArray_typeinfo
numpy/core/src/multiarray/typeinfo.c:50
FunctionPyArray_typeinforanged
numpy/core/src/multiarray/typeinfo.c:72
FunctionPyDataMem_RENEW
NUMPY_API * Reallocate/resize memory for array data. */
numpy/core/src/multiarray/alloc.c:341
FunctionPyDataMem_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
FunctionPyDataMem_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
FunctionPyFortranObject_New
numpy/f2py/src/fortranobject.c:123
FunctionPyInit__dummy
Initialization function for the module */
numpy/core/src/dummymodule.c:33
FunctionPyInit__multiarray_umath
Initialization function for the module */
numpy/core/src/multiarray/multiarraymodule.c:5078
FunctionPyInit__operand_flag_tests
numpy/core/src/umath/_operand_flag_tests.c:55
FunctionPyInit__pocketfft_internal
Initialization function for the module */
numpy/fft/_pocketfft.c:2370
FunctionPyInit__rational_tests
numpy/core/src/umath/_rational_tests.c:1116
FunctionPyInit__simd
numpy/core/src/_simd/_simd.c:24
FunctionPyInit__struct_ufunc_tests
numpy/core/src/umath/_struct_ufunc_tests.c:119
FunctionPyInit__umath_linalg
numpy/linalg/umath_linalg.cpp:4568
FunctionPyInit_lapack_lite
Initialization function for the module */
numpy/linalg/lapack_litemodule.c:394
FunctionPyInit_limited_api
numpy/core/tests/examples/limited_api/limited_api.c:12
FunctionPyInit_test_array_from_pyobj_ext
numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c:142
FunctionPyInt_Check
Return True only if the long fits in a C long */
numpy/core/include/numpy/npy_3kcompat.h:59
FunctionPyObject_Cmp
numpy/core/include/numpy/npy_3kcompat.h:506
FunctionPyUFunc_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
FunctionPyUFunc_AddPromoter
numpy/core/src/multiarray/experimental_public_dtype_api.c:403
FunctionPyUFunc_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
FunctionPyUFunc_DefaultLegacyInnerLoopSelector
numpy/core/src/umath/ufunc_type_resolution.c:1489
FunctionPyUFunc_DivmodTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:2226
FunctionPyUFunc_GenericFunction
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:2753
FunctionPyUFunc_IsFiniteTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:688
FunctionPyUFunc_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
FunctionPyUFunc_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
FunctionPyUFunc_NegativeTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:436
FunctionPyUFunc_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
FunctionPyUFunc_RemainderTypeResolver
numpy/core/src/umath/ufunc_type_resolution.c:1330
FunctionPyUFunc_ReplaceLoopBySignature
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:5130
FunctionPyUFunc_SetUsesArraysAsData
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:5330
FunctionPyUFunc_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
FunctionPyUFunc_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
FunctionPyUFunc_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
FunctionPyUFunc_checkfperr
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:162
FunctionPyUFunc_clearfperr
Checking the status flag clears it */ UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:175
FunctionPyUFunc_getfperr
UFUNC_API*/
numpy/core/src/umath/ufunc_object.c:125
FunctionPyUnicode_Concat2
numpy/core/include/numpy/npy_3kcompat.h:198
FunctionPyUnicode_ConcatAndDel
numpy/core/include/numpy/npy_3kcompat.h:191
FunctionPyUnicode_FromUCS4
* Returns a PyUnicodeObject initialized from a buffer containing * UCS4 unicode. * * Parameters * ---------- * src: char * * Pointer to bu
numpy/core/src/common/ucsnarrow.c:42
FunctionRATIONAL_BINOP
numpy/core/src/umath/_rational_tests.c:574
MethodRaiseDivideByZero
numpy/core/src/common/float_status.hpp:94
MethodRaiseInexact
numpy/core/src/common/float_status.hpp:100
MethodRaiseInvalid
numpy/core/src/common/float_status.hpp:106
MethodRaiseOverflow
numpy/core/src/common/float_status.hpp:112
MethodRaiseUnderflow
numpy/core/src/common/float_status.hpp:118
FunctionRandomFloat
numpy/core/tests/data/generate_umath_validation_data.cpp:19
FunctionSHORT_clip
numpy/core/src/umath/clip.cpp:180
MethodSortee
numpy/core/src/npysort/selection.cpp:70
MethodSortee
numpy/core/src/npysort/selection.cpp:83
FunctionSourceLines
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:165
MethodT
Returns the transpose of the matrix. Does *not* conjugate! For the complex conjugate transpose, use ``.H``. Parameters
numpy/matrixlib/defmatrix.py:937
MethodT
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
FunctionTIMEDELTA_clip
numpy/core/src/umath/clip.cpp:276
FunctionUBYTE_clip
numpy/core/src/umath/clip.cpp:174
FunctionUINT_clip
numpy/core/src/umath/clip.cpp:198
FunctionULONGLONG_clip
numpy/core/src/umath/clip.cpp:222
FunctionULONG_clip
numpy/core/src/umath/clip.cpp:210
FunctionUSHORT_clip
numpy/core/src/umath/clip.cpp:186
FunctionUnixCCompiler__compile
Compile a single source files with a Unix-style compiler.
numpy/distutils/unixccompiler.py:17
FunctionUnixCCompiler_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
← previousnext →4,901–5,000 of 17,008, ranked by callers