MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

FunctionLONGLONG_clip
numpy/core/src/umath/clip.cpp:216
FunctionLONG_clip
numpy/core/src/umath/clip.cpp:204
FunctionLookingForBuiltinFunctions
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:246
FunctionLookingForHeader
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:206
FunctionNPY_CPU_DISPATCH_CURFX(ArgQSort)
numpy/core/src/npysort/simd_qsort.dispatch.cpp:43
FunctionNPY_CPU_DISPATCH_CURFX(QSort)
numpy/core/src/npysort/simd_qsort.dispatch.cpp:19
FunctionNPY_CPU_DISPATCH_CURFX(QSort)
numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp:21
FunctionNPY_CPU_DISPATCH_CURFX(_umath_tests_dispatch_attach)
numpy/core/src/umath/_umath_tests.dispatch.c:30
FunctionNPY_CPU_DISPATCH_CURFX(_umath_tests_dispatch_func)
numpy/core/src/umath/_umath_tests.dispatch.c:24
FunctionNPY_TITLE_KEY_check
numpy/core/include/numpy/ndarrayobject.h:217
FunctionNpyCapsule_AsVoidPtr
numpy/core/include/numpy/npy_3kcompat.h:568
FunctionNpyCapsule_Check
numpy/core/include/numpy/npy_3kcompat.h:584
FunctionNpyCapsule_FromVoidPtrAndDesc
numpy/core/include/numpy/npy_3kcompat.h:556
FunctionNpyCapsule_GetDesc
numpy/core/include/numpy/npy_3kcompat.h:578
FunctionNpyIter_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
FunctionNpyIter_GetBufferSize
NUMPY_API * Gets the size of the buffer, or 0 if buffering is not enabled */
numpy/core/src/multiarray/nditer_api.c:938
FunctionNpyIter_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
FunctionNpyIter_GlobalFlagsConverter
numpy/core/src/multiarray/nditer_pywrap.c:101
FunctionNpyIter_IsGrowInner
NUMPY_API * Whether the inner loop can grow if buffering is unneeded */
numpy/core/src/multiarray/nditer_api.c:929
FunctionNpyIter_NestedIters
numpy/core/src/multiarray/nditer_pywrap.c:817
FunctionNpyIter_RequiresBuffering
NUMPY_API * Whether the iteration could be done with no buffering. */
numpy/core/src/multiarray/nditer_api.c:832
FunctionNpy_HashDouble
numpy/core/src/common/npy_pycompat.h:14
FunctionNpy__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
FunctionNumPyOS_ascii_ftoLf
numpy/core/src/common/numpyos.c:757
FunctionNumPyOS_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
FunctionNumPyOS_strtoull
numpy/core/src/common/numpyos.c:779
FunctionOBJECT_vdot
* All data is assumed aligned. */
numpy/core/src/multiarray/vdot.c:141
FunctionOutOfHeader
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:218
FunctionParser
(request)
numpy/distutils/tests/test_shell_utils.py:35
FunctionPyArrayInitDTypeMeta_FromSpec
numpy/core/src/multiarray/experimental_public_dtype_api.c:106
FunctionPyArrayNeighborhoodIter_Next
* Advance to the next neighbour */
numpy/core/include/numpy/_neighborhood_iterator_imp.h:67
FunctionPyArray_All
NUMPY_API * All */
numpy/core/src/multiarray/calculation.c:769
FunctionPyArray_Arange
NUMPY_API Arange, */
numpy/core/src/multiarray/ctors.c:2941
FunctionPyArray_ArgMax
NUMPY_API * ArgMax */
numpy/core/src/multiarray/calculation.c:208
FunctionPyArray_ArgMin
NUMPY_API * ArgMin */
numpy/core/src/multiarray/calculation.c:224
FunctionPyArray_As1D
NUMPY_API * Convert to a 1D C-array */
numpy/core/src/multiarray/multiarraymodule.c:324
FunctionPyArray_As2D
NUMPY_API * Convert to a 2D C-array */
numpy/core/src/multiarray/multiarraymodule.c:337
FunctionPyArray_AsCArray
NUMPY_API * Simulate a C-array * steals a reference to typedescr -- can be NULL */
numpy/core/src/multiarray/multiarraymodule.c:261
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_BusDayRollConverter
numpy/core/src/multiarray/datetime_busday.c:838
FunctionPyArray_ByteorderConverter
NUMPY_API * Convert object to endian */
numpy/core/src/multiarray/conversion_utils.c:530
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_CastScalarDirect
NUMPY_API * Cast Scalar to c-type */
numpy/core/src/multiarray/scalarapi.c:211
FunctionPyArray_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
FunctionPyArray_CastTo
NUMPY_API * Cast to an already created array. */
numpy/core/src/multiarray/convert_datatype.c:424
FunctionPyArray_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
FunctionPyArray_Clip
NUMPY_API * Clip */
numpy/core/src/multiarray/calculation.c:852
FunctionPyArray_CompareString
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:582
FunctionPyArray_CompareUCS4
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:566
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_CopyConverter
numpy/core/src/multiarray/conversion_utils.c:227
FunctionPyArray_CorrelatemodeConverter
* Convert an object to NPY_VALID / NPY_SAME / NPY_FULL */
numpy/core/src/multiarray/conversion_utils.c:867
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_DescrAlignConverter2
NUMPY_API * * Get type-descriptor from an object forcing alignment if possible * None goes to NULL. */
numpy/core/src/multiarray/descriptor.c:3143
FunctionPyArray_DescrHash
numpy/core/src/multiarray/hashdescr.c:299
FunctionPyArray_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
FunctionPyArray_Dump
NUMPY_API*/
numpy/core/src/multiarray/methods.c:2310
FunctionPyArray_Dumps
NUMPY_API*/
numpy/core/src/multiarray/methods.c:2333
FunctionPyArray_FieldNames
NUMPY_API * Return the tuple of ordered field names from a dictionary. */
numpy/core/src/multiarray/scalarapi.c:499
FunctionPyArray_Free
NUMPY_API * Free pointers created if As2D is called */
numpy/core/src/multiarray/multiarraymodule.c:352
FunctionPyArray_FromArrayAttr
NUMPY_API */
numpy/core/src/multiarray/ctors.c:2452
FunctionPyArray_FromDims
NUMPY_API Deprecated, use PyArray_SimpleNew instead. */
numpy/core/src/multiarray/ctors.c:2510
FunctionPyArray_FromDimsAndDataAndDescr
NUMPY_API Deprecated, use PyArray_NewFromDescr instead. */
numpy/core/src/multiarray/ctors.c:2496
FunctionPyArray_GetArrayParamsFromObject
NUMPY_API*/
numpy/core/src/multiarray/ctors.c:1479
FunctionPyArray_GetDefaultDescr
numpy/core/include/numpy/experimental_dtype_api.h:258
FunctionPyArray_GetNDArrayCFeatureVersion
NUMPY_API * Returns the built-in (at compilation time) C API version */
numpy/core/src/multiarray/multiarraymodule.c:3213
FunctionPyArray_GetNumericOps
NUMPY_API Get dictionary showing number functions that all arrays will use */
numpy/core/src/multiarray/number.c:198
FunctionPyArray_GetPtr
NUMPY_API * Produce a pointer into array */
numpy/core/src/multiarray/multiarraymodule.c:218
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_IntpFromPyIntConverter
numpy/core/src/multiarray/conversion_utils.c:1066
FunctionPyArray_MapIterArray
NUMPY_API * * Use advanced indexing to iterate an array. */
numpy/core/src/multiarray/mapping.c:3415
FunctionPyArray_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
FunctionPyArray_MultiplyIntList
NUMPY_API * Multiply a List of ints */
numpy/core/src/multiarray/multiarraymodule.c:168
FunctionPyArray_NeighborhoodIterNew
* fill and x->ao should have equivalent types */ NUMPY_API * A Neighborhood Iterator object. */
numpy/core/src/multiarray/iterators.c:1703
FunctionPyArray_Prod
NUMPY_API * Prod */
numpy/core/src/multiarray/calculation.c:499
FunctionPyArray_Ptp
NUMPY_API * Ptp */
numpy/core/src/multiarray/calculation.c:271
FunctionPyArray_RegisterCanCast
NUMPY_API * Register a type number indicating that a descriptor can be cast * to it safely */
numpy/core/src/multiarray/usertypes.c:414
FunctionPyArray_RegisterCastFunc
NUMPY_API Register Casting Function Replaces any function currently stored. */
numpy/core/src/multiarray/usertypes.c:369
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_SearchsideConverter
NUMPY_API * Convert object to searchsorted side */
numpy/core/src/multiarray/conversion_utils.c:655
FunctionPyArray_SelectkindConverter
NUMPY_API * Convert object to select kind */
numpy/core/src/multiarray/conversion_utils.c:609
FunctionPyArray_SetDatetimeParseFunction
NUMPY_API * This function is scheduled to be removed * * TO BE REMOVED - NOT USED INTERNALLY. */
numpy/core/src/multiarray/arrayobject.c:559
FunctionPyArray_SetUpdateIfCopyBase
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:83
FunctionPyArray_SortkindConverter
NUMPY_API * Convert object to sort kind */
numpy/core/src/multiarray/conversion_utils.c:581
FunctionPyArray_Std
NUMPY_API * Set variance to 1 to by-pass square-root calculation and return variance * Std */
numpy/core/src/multiarray/calculation.c:314
FunctionPyArray_Sum
NUMPY_API *Sum */
numpy/core/src/multiarray/calculation.c:481
FunctionPyArray_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
FunctionPyArray_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
FunctionPyArray_TypeNumFromName
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:341
FunctionPyArray_TypeObjectFromType
NUMPY_API * Get a typeobject from a type-number -- can return NULL. * * New reference */
numpy/core/src/multiarray/scalarapi.c:601
← previousnext →4,801–4,900 of 17,008, ranked by callers