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
LONGLONG_clip
numpy/core/src/umath/clip.cpp:216
Function
LONG_clip
numpy/core/src/umath/clip.cpp:204
Function
LookingForBuiltinFunctions
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:246
Function
LookingForHeader
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:206
Function
NPY_CPU_DISPATCH_CURFX(ArgQSort)
numpy/core/src/npysort/simd_qsort.dispatch.cpp:43
Function
NPY_CPU_DISPATCH_CURFX(QSort)
numpy/core/src/npysort/simd_qsort.dispatch.cpp:19
Function
NPY_CPU_DISPATCH_CURFX(QSort)
numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp:21
Function
NPY_CPU_DISPATCH_CURFX(_umath_tests_dispatch_attach)
numpy/core/src/umath/_umath_tests.dispatch.c:30
Function
NPY_CPU_DISPATCH_CURFX(_umath_tests_dispatch_func)
numpy/core/src/umath/_umath_tests.dispatch.c:24
Function
NPY_TITLE_KEY_check
numpy/core/include/numpy/ndarrayobject.h:217
Function
NpyCapsule_AsVoidPtr
numpy/core/include/numpy/npy_3kcompat.h:568
Function
NpyCapsule_Check
numpy/core/include/numpy/npy_3kcompat.h:584
Function
NpyCapsule_FromVoidPtrAndDesc
numpy/core/include/numpy/npy_3kcompat.h:556
Function
NpyCapsule_GetDesc
numpy/core/include/numpy/npy_3kcompat.h:578
Function
NpyIter_GetAxisStrideArray
NUMPY_API * Gets the array of strides for the specified axis. * If the iterator is tracking a multi-index, gets the strides * for the axis specifie
numpy/core/src/multiarray/nditer_api.c:1293
Function
NpyIter_GetBufferSize
NUMPY_API * Gets the size of the buffer, or 0 if buffering is not enabled */
numpy/core/src/multiarray/nditer_api.c:938
Function
NpyIter_GetInitialDataPtrArray
NUMPY_API * Get the array of data pointers (1 per object being iterated), * directly into the arrays (never pointing to a buffer), for starting * u
numpy/core/src/multiarray/nditer_api.c:1116
Function
NpyIter_GlobalFlagsConverter
numpy/core/src/multiarray/nditer_pywrap.c:101
Function
NpyIter_IsGrowInner
NUMPY_API * Whether the inner loop can grow if buffering is unneeded */
numpy/core/src/multiarray/nditer_api.c:929
Function
NpyIter_NestedIters
numpy/core/src/multiarray/nditer_pywrap.c:817
Function
NpyIter_RequiresBuffering
NUMPY_API * Whether the iteration could be done with no buffering. */
numpy/core/src/multiarray/nditer_api.c:832
Function
Npy_HashDouble
numpy/core/src/common/npy_pycompat.h:14
Function
Npy__PyLong_AsInt
* This is a renamed copy of the Python non-limited API function _PyLong_AsInt. It is * included here because it is missing from the PyPy API. It comp
numpy/core/include/numpy/npy_3kcompat.h:39
Function
NumPyOS_ascii_ftoLf
numpy/core/src/common/numpyos.c:757
Function
NumPyOS_ascii_ftolf
* NumPyOS_ascii_ftolf: * * fp: FILE pointer * * value: Place to store the value read * * Similar to PyOS_ascii_strtod, except that it re
numpy/core/src/common/numpyos.c:741
Function
NumPyOS_strtoull
numpy/core/src/common/numpyos.c:779
Function
OBJECT_vdot
* All data is assumed aligned. */
numpy/core/src/multiarray/vdot.c:141
Function
OutOfHeader
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:218
Function
Parser
(request)
numpy/distutils/tests/test_shell_utils.py:35
Function
PyArrayInitDTypeMeta_FromSpec
numpy/core/src/multiarray/experimental_public_dtype_api.c:106
Function
PyArrayNeighborhoodIter_Next
* Advance to the next neighbour */
numpy/core/include/numpy/_neighborhood_iterator_imp.h:67
Function
PyArray_All
NUMPY_API * All */
numpy/core/src/multiarray/calculation.c:769
Function
PyArray_Arange
NUMPY_API Arange, */
numpy/core/src/multiarray/ctors.c:2941
Function
PyArray_ArgMax
NUMPY_API * ArgMax */
numpy/core/src/multiarray/calculation.c:208
Function
PyArray_ArgMin
NUMPY_API * ArgMin */
numpy/core/src/multiarray/calculation.c:224
Function
PyArray_As1D
NUMPY_API * Convert to a 1D C-array */
numpy/core/src/multiarray/multiarraymodule.c:324
Function
PyArray_As2D
NUMPY_API * Convert to a 2D C-array */
numpy/core/src/multiarray/multiarraymodule.c:337
Function
PyArray_AsCArray
NUMPY_API * Simulate a C-array * steals a reference to typedescr -- can be NULL */
numpy/core/src/multiarray/multiarraymodule.c:261
Function
PyArray_AxisConverter
NUMPY_API * Get axis from an object (possibly None) -- a converter function, * * See also PyArray_ConvertMultiAxis, which also handles a tuple of a
numpy/core/src/multiarray/conversion_utils.c:323
Function
PyArray_BufferConverter
NUMPY_API * Get buffer chunk from object * * this function takes a Python object which exposes the (single-segment) * buffer interface and returns
numpy/core/src/multiarray/conversion_utils.c:275
Function
PyArray_BusDayRollConverter
numpy/core/src/multiarray/datetime_busday.c:838
Function
PyArray_ByteorderConverter
NUMPY_API * Convert object to endian */
numpy/core/src/multiarray/conversion_utils.c:530
Function
PyArray_CanCastScalar
NUMPY_API * See if array scalars can be cast. * * TODO: For NumPy 2.0, add a NPY_CASTING parameter. */
numpy/core/src/multiarray/convert_datatype.c:1008
Function
PyArray_CanCoerceScalar
NUMPY_API * * Determines whether the data type 'thistype', with * scalar kind 'scalar', can be coerced into 'neededtype'. */
numpy/core/src/multiarray/multiarraymodule.c:842
Function
PyArray_CastAnyTo
NUMPY_API * Cast to an already created array. Arrays don't have to be "broadcastable" * Only requirement is they have the same number of elements.
numpy/core/src/multiarray/convert_datatype.c:435
Function
PyArray_CastScalarDirect
NUMPY_API * Cast Scalar to c-type */
numpy/core/src/multiarray/scalarapi.c:211
Function
PyArray_CastScalarToCtype
NUMPY_API * Cast Scalar to c-type * * The output buffer must be large-enough to receive the value * Even for flexible types which is different fr
numpy/core/src/multiarray/scalarapi.c:161
Function
PyArray_CastTo
NUMPY_API * Cast to an already created array. */
numpy/core/src/multiarray/convert_datatype.c:424
Function
PyArray_CastToDTypeAndPromoteDescriptors
* Promotion of descriptors (of arbitrary DType) to their correctly * promoted instances of the given DType. * I.e. the given DType could be a string
numpy/core/src/multiarray/convert_datatype.c:2076
Function
PyArray_Clip
NUMPY_API * Clip */
numpy/core/src/multiarray/calculation.c:852
Function
PyArray_CompareString
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:582
Function
PyArray_CompareUCS4
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:566
Function
PyArray_Concatenate
NUMPY_API * Concatenate * * Concatenate an arbitrary Python sequence into an array. * op is a python object supporting the sequence interface. *
numpy/core/src/multiarray/multiarraymodule.c:766
Function
PyArray_Converter
NUMPY_API * * Useful to pass as converter function for O& processing in PyArgs_ParseTuple. * * This conversion function can be used with the "O&"
numpy/core/src/multiarray/conversion_utils.c:41
Function
PyArray_CopyConverter
numpy/core/src/multiarray/conversion_utils.c:227
Function
PyArray_CorrelatemodeConverter
* Convert an object to NPY_VALID / NPY_SAME / NPY_FULL */
numpy/core/src/multiarray/conversion_utils.c:867
Function
PyArray_DTypeOrDescrConverterOptional
* Converter function filling in an npy_dtype_info struct on success. It * accepts `None` and does nothing in that case (user must initialize to * N
numpy/core/src/multiarray/descriptor.c:1523
Function
PyArray_DatetimeStructToDatetime
NUMPY_API * Create a datetime value from a filled datetime struct and resolution unit. * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/datetime.c:420
Function
PyArray_DatetimeToDatetimeStruct
NUMPY_API * Fill the datetime struct from the value and resolution unit. * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/datetime.c:610
Function
PyArray_DebugPrint
NUMPY_API * Prints the raw data of the ndarray in a form useful for debugging * low-level C issues. */
numpy/core/src/multiarray/arrayobject.c:495
Function
PyArray_DescrAlignConverter2
NUMPY_API * * Get type-descriptor from an object forcing alignment if possible * None goes to NULL. */
numpy/core/src/multiarray/descriptor.c:3143
Function
PyArray_DescrHash
numpy/core/src/multiarray/hashdescr.c:299
Function
PyArray_DiscoverDTypeFromScalarType
* Note: This function never fails, but will return `NULL` for unknown scalars * and `None` for known array-likes (e.g. tuple, list, ndarray).
numpy/core/src/multiarray/array_coercion.c:245
Function
PyArray_Dump
NUMPY_API*/
numpy/core/src/multiarray/methods.c:2310
Function
PyArray_Dumps
NUMPY_API*/
numpy/core/src/multiarray/methods.c:2333
Function
PyArray_FieldNames
NUMPY_API * Return the tuple of ordered field names from a dictionary. */
numpy/core/src/multiarray/scalarapi.c:499
Function
PyArray_Free
NUMPY_API * Free pointers created if As2D is called */
numpy/core/src/multiarray/multiarraymodule.c:352
Function
PyArray_FromArrayAttr
NUMPY_API */
numpy/core/src/multiarray/ctors.c:2452
Function
PyArray_FromDims
NUMPY_API Deprecated, use PyArray_SimpleNew instead. */
numpy/core/src/multiarray/ctors.c:2510
Function
PyArray_FromDimsAndDataAndDescr
NUMPY_API Deprecated, use PyArray_NewFromDescr instead. */
numpy/core/src/multiarray/ctors.c:2496
Function
PyArray_GetArrayParamsFromObject
NUMPY_API*/
numpy/core/src/multiarray/ctors.c:1479
Function
PyArray_GetDefaultDescr
numpy/core/include/numpy/experimental_dtype_api.h:258
Function
PyArray_GetNDArrayCFeatureVersion
NUMPY_API * Returns the built-in (at compilation time) C API version */
numpy/core/src/multiarray/multiarraymodule.c:3213
Function
PyArray_GetNumericOps
NUMPY_API Get dictionary showing number functions that all arrays will use */
numpy/core/src/multiarray/number.c:198
Function
PyArray_GetPtr
NUMPY_API * Produce a pointer into array */
numpy/core/src/multiarray/multiarraymodule.c:218
Function
PyArray_HolidaysConverter
* Converts a Python input into a non-normalized list of holidays. * * IMPORTANT: This function can't do the normalization, because it doesn't *
numpy/core/src/multiarray/datetime_busdaycal.c:271
Function
PyArray_INCREF
Used for arrays of python objects to increment the reference count of */ every python object in the array. */ NUMPY_API For object arrays, increment
numpy/core/src/multiarray/refcount.c:242
Function
PyArray_IntpFromPyIntConverter
numpy/core/src/multiarray/conversion_utils.c:1066
Function
PyArray_MapIterArray
NUMPY_API * * Use advanced indexing to iterate an array. */
numpy/core/src/multiarray/mapping.c:3415
Function
PyArray_MatrixProduct
NUMPY_API * Numeric.matrixproduct(a,v) * just like inner product but does the swapaxes stuff on the fly */
numpy/core/src/multiarray/multiarraymodule.c:987
Function
PyArray_MultiplyIntList
NUMPY_API * Multiply a List of ints */
numpy/core/src/multiarray/multiarraymodule.c:168
Function
PyArray_NeighborhoodIterNew
* fill and x->ao should have equivalent types */ NUMPY_API * A Neighborhood Iterator object. */
numpy/core/src/multiarray/iterators.c:1703
Function
PyArray_Prod
NUMPY_API * Prod */
numpy/core/src/multiarray/calculation.c:499
Function
PyArray_Ptp
NUMPY_API * Ptp */
numpy/core/src/multiarray/calculation.c:271
Function
PyArray_RegisterCanCast
NUMPY_API * Register a type number indicating that a descriptor can be cast * to it safely */
numpy/core/src/multiarray/usertypes.c:414
Function
PyArray_RegisterCastFunc
NUMPY_API Register Casting Function Replaces any function currently stored. */
numpy/core/src/multiarray/usertypes.c:369
Function
PyArray_RemoveSmallest
NUMPY_API * Adjusts previously broadcasted iterators so that the axis with * the smallest sum of iterator strides is not iterated over. * Returns d
numpy/core/src/multiarray/iterators.c:344
Function
PyArray_ScalarAsCtype
NUMPY_API * Convert to c-type * * no error checking is performed -- ctypeptr must be same type as scalar * in case of flexible type, the data is n
numpy/core/src/multiarray/scalarapi.c:133
Function
PyArray_ScalarFromObject
NUMPY_API * Get an Array Scalar From a Python Object * * Returns NULL if unsuccessful but error is only set if another error occurred. * Currently
numpy/core/src/multiarray/scalarapi.c:312
Function
PyArray_SearchsideConverter
NUMPY_API * Convert object to searchsorted side */
numpy/core/src/multiarray/conversion_utils.c:655
Function
PyArray_SelectkindConverter
NUMPY_API * Convert object to select kind */
numpy/core/src/multiarray/conversion_utils.c:609
Function
PyArray_SetDatetimeParseFunction
NUMPY_API * This function is scheduled to be removed * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/arrayobject.c:559
Function
PyArray_SetUpdateIfCopyBase
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:83
Function
PyArray_SortkindConverter
NUMPY_API * Convert object to sort kind */
numpy/core/src/multiarray/conversion_utils.c:581
Function
PyArray_Std
NUMPY_API * Set variance to 1 to by-pass square-root calculation and return variance * Std */
numpy/core/src/multiarray/calculation.c:314
Function
PyArray_Sum
NUMPY_API *Sum */
numpy/core/src/multiarray/calculation.c:481
Function
PyArray_TimedeltaStructToTimedelta
NUMPY_API * Create a timedelta value from a filled timedelta struct and resolution unit. * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/datetime.c:435
Function
PyArray_TimedeltaToTimedeltaStruct
NUMPY_API * Fill the timedelta struct from the timedelta value and resolution unit. * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/datetime.c:632
Function
PyArray_TypeNumFromName
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:341
Function
PyArray_TypeObjectFromType
NUMPY_API * Get a typeobject from a type-number -- can return NULL. * * New reference */
numpy/core/src/multiarray/scalarapi.c:601
← previous
next →
4,801–4,900 of 17,008, ranked by callers