MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionINT_LT
numpy/core/src/npysort/npysort_common.h:82
↓ 1 callersFunctionLONGDOUBLE_LT
numpy/core/src/npysort/npysort_common.h:138
↓ 1 callersFunctionLONGLONG_LT
numpy/core/src/npysort/npysort_common.h:110
↓ 1 callersFunctionLONG_LT
numpy/core/src/npysort/npysort_common.h:96
↓ 1 callersMethodLess
@name Comparison with no guarantee of NaN behavior @{
numpy/core/src/common/half.hpp:172
↓ 1 callersMethodLessEqual
numpy/core/src/common/half.hpp:189
↓ 1 callersFunctionLogBase2_128
numpy/core/src/multiarray/dragon4.c:120
↓ 1 callersFunctionNpyCapsule_FromVoidPtr
* PyCObject functions adapted to PyCapsules. * * The main job here is to get rid of the improved error handling * of PyCapsules. It's a shame... *
numpy/core/include/numpy/npy_3kcompat.h:546
↓ 1 callersFunctionNpyIter_Copy
NUMPY_API * Makes a copy of the iterator */
numpy/core/src/multiarray/nditer_constr.c:557
↓ 1 callersFunctionNpyIter_DebugPrint
NUMPY_API * For debugging */
numpy/core/src/multiarray/nditer_api.c:1442
↓ 1 callersFunctionNpyIter_GetIndexPtr
NUMPY_API * Get a pointer to the index, if it is being tracked */
numpy/core/src/multiarray/nditer_api.c:1210
↓ 1 callersFunctionNpyIter_GetIterIndex
NUMPY_API * Gets the current iteration index */
numpy/core/src/multiarray/nditer_api.c:691
↓ 1 callersFunctionNpyIter_GetIterIndexRange
NUMPY_API * Gets the range of iteration indices being iterated */
numpy/core/src/multiarray/nditer_api.c:958
↓ 1 callersFunctionNpyIter_GetIterView
NUMPY_API * Returns a view to the i-th object with the iterator's internal axes */
numpy/core/src/multiarray/nditer_api.c:1155
↓ 1 callersFunctionNpyIter_GetReadFlags
NUMPY_API * Gets an array of read flags (1 per object being iterated) */
numpy/core/src/multiarray/nditer_api.c:1231
↓ 1 callersFunctionNpyIter_GetWriteFlags
NUMPY_API * Gets an array of write flags (1 per object being iterated) */
numpy/core/src/multiarray/nditer_api.c:1248
↓ 1 callersFunctionNpyIter_GotoIndex
NUMPY_API * If the iterator is tracking an index, sets the iterator * to the specified index. * * Returns NPY_SUCCEED on success, NPY_FAIL on fail
numpy/core/src/multiarray/nditer_api.c:531
↓ 1 callersFunctionNpyIter_GotoIterIndex
NUMPY_API * Sets the iterator position to the specified iterindex, * which matches the iteration order of the iterator. * * Returns NPY_SUCCEED on
numpy/core/src/multiarray/nditer_api.c:619
↓ 1 callersFunctionNpyIter_GotoMultiIndex
NUMPY_API * Sets the iterator to the specified multi-index, which must have the * correct number of entries for 'ndim'. It is only valid * when NP
numpy/core/src/multiarray/nditer_api.c:441
↓ 1 callersFunctionNpyIter_IsBuffered
NUMPY_API * Whether the iterator is buffered */
numpy/core/src/multiarray/nditer_api.c:920
↓ 1 callersFunctionNpyIter_IsFirstVisit
NUMPY_API * Checks to see whether this is the first time the elements * of the specified reduction operand which the iterator points at are * being
numpy/core/src/multiarray/nditer_api.c:783
↓ 1 callersFunctionNpyIter_OpFlagsConverter
numpy/core/src/multiarray/nditer_pywrap.c:236
↓ 1 callersFunctionNpyIter_ResetToIterIndexRange
NUMPY_API * Resets the iterator to a new iterator index range * * If errmsg is non-NULL, it should point to a variable which will * receive the er
numpy/core/src/multiarray/nditer_api.c:373
↓ 1 callersFunctionNumPyOS_ascii_isalpha
* NumPyOS_ascii_isalpha: * * Same as isalpha under C locale */
numpy/core/src/common/numpyos.c:360
↓ 1 callersFunctionNumPyOS_ascii_strtod_plain
* NumPyOS_ascii_strtod_plain: * * PyOS_ascii_strtod work-alike, with no enhanced features, * for forward compatibility with Python >= 2.7 */
numpy/core/src/common/numpyos.c:435
↓ 1 callersFunctionNumPyOS_ascii_tolower
* NumPyOS_ascii_tolower: * * Same as tolower under C locale */
numpy/core/src/common/numpyos.c:396
↓ 1 callersFunctionPyArrayIdentityHash_Dealloc
numpy/core/src/common/npy_hashtable.c:113
↓ 1 callersFunctionPyArrayIdentityHash_GetItem
numpy/core/src/common/npy_hashtable.c:216
↓ 1 callersFunctionPyArrayIdentityHash_New
numpy/core/src/common/npy_hashtable.c:89
↓ 1 callersFunctionPyArrayMethod_FromSpec
* Public version of `PyArrayMethod_FromSpec_int` (see below). * * TODO: Error paths will probably need to be improved before a release into *
numpy/core/src/multiarray/array_method.c:393
↓ 1 callersFunctionPyArrayNeighborhoodIter_Reset
* Reset functions */
numpy/core/include/numpy/_neighborhood_iterator_imp.h:79
↓ 1 callersFunctionPyArray_AddCastingImplementation
* Private function to add a casting implementation by unwrapping a bound * array method. * * @param meth * @return 0 on success -1 on failure. */
numpy/core/src/multiarray/convert_datatype.c:2393
↓ 1 callersFunctionPyArray_Any
NUMPY_API * Any */
numpy/core/src/multiarray/calculation.c:750
↓ 1 callersFunctionPyArray_ArangeObj
NUMPY_API * * ArangeObj, * * this doesn't change the references */
numpy/core/src/multiarray/ctors.c:3138
↓ 1 callersFunctionPyArray_ArgPartition
NUMPY_API * ArgPartition an array */
numpy/core/src/multiarray/item_selection.c:1708
↓ 1 callersFunctionPyArray_ArgSort
NUMPY_API * ArgSort an array */
numpy/core/src/multiarray/item_selection.c:1662
↓ 1 callersFunctionPyArray_AssignFromCache_Recursive
* Recursive helper to assign using a coercion cache. This function * must consume the cache depth first, just as the cache was originally * produced
numpy/core/src/multiarray/ctors.c:468
↓ 1 callersFunctionPyArray_AssignZero
* Internal function to fill an array with zeros. * Used in einsum and dot, which ensures the dtype is, in some sense, numerical * and not a str or s
numpy/core/src/multiarray/convert.c:444
↓ 1 callersFunctionPyArray_BoolConverter
NUMPY_API * Convert an object to true / false */
numpy/core/src/multiarray/conversion_utils.c:427
↓ 1 callersFunctionPyArray_Broadcast
Adjust dimensionality and strides for index object iterators --- i.e. broadcast */ NUMPY_API*/
numpy/core/src/multiarray/iterators.c:1161
↓ 1 callersFunctionPyArray_BroadcastToShape
NUMPY_API * Get Iterator broadcast to a particular shape */
numpy/core/src/multiarray/iterators.c:205
↓ 1 callersFunctionPyArray_CanCastTo
NUMPY_API * leaves reference count alone --- cannot be NULL * * PyArray_CanCastTypeTo is equivalent to this, but adds a 'casting' * parameter. */
numpy/core/src/multiarray/convert_datatype.c:667
↓ 1 callersFunctionPyArray_CheckLegacyResultType
* Produces the result type of a bunch of inputs, using the UFunc * type promotion rules. Use this function when you have a set of * input arrays, an
numpy/core/src/multiarray/convert_datatype.c:1941
↓ 1 callersFunctionPyArray_Choose
NUMPY_API */
numpy/core/src/multiarray/item_selection.c:959
↓ 1 callersFunctionPyArray_ClearArray
* Helper function to clear whole array. It seems plausible that we should * be able to get away with assuming the the array is contiguous. * * Mus
numpy/core/src/multiarray/refcount.c:65
↓ 1 callersFunctionPyArray_ClipmodeConverter
NUMPY_API * Convert an object to NPY_RAISE / NPY_CLIP / NPY_WRAP */
numpy/core/src/multiarray/conversion_utils.c:747
↓ 1 callersFunctionPyArray_Compress
NUMPY_API * Compress */
numpy/core/src/multiarray/item_selection.c:2312
↓ 1 callersFunctionPyArray_ConcatenateArrays
* Concatenates a list of ndarrays. */
numpy/core/src/multiarray/multiarraymodule.c:394
↓ 1 callersFunctionPyArray_ConcatenateFlattenedArrays
* Concatenates a list of ndarrays, flattening each in the specified order. */
numpy/core/src/multiarray/multiarraymodule.c:543
↓ 1 callersFunctionPyArray_ConvertClipmodeSequence
NUMPY_API * Convert an object to an array of n NPY_CLIPMODE values. * This is intended to be used in functions where a different mode * could be ap
numpy/core/src/multiarray/conversion_utils.c:787
↓ 1 callersFunctionPyArray_ConvertMultiAxis
* Converts an axis parameter into an ndim-length C-array of * boolean flags, True for each axis specified. * * If obj is None or NULL, everything i
numpy/core/src/multiarray/conversion_utils.c:356
↓ 1 callersFunctionPyArray_ConvertToCommonType
NUMPY_API * * This function is only used in one place within NumPy and should * generally be avoided. It is provided mainly for backward compatibil
numpy/core/src/multiarray/convert_datatype.c:2299
↓ 1 callersFunctionPyArray_CopyAndTranspose
NUMPY_API * Copy and Transpose * * Could deprecate this function, as there isn't a speed benefit over * calling Transpose and then Copy. */
numpy/core/src/multiarray/multiarraymodule.c:1161
↓ 1 callersFunctionPyArray_CopyInitialReduceValues
* This function initializes a result array for a reduction operation * which has no identity. This means it needs to copy the first element * it see
numpy/core/src/umath/reduction.c:74
↓ 1 callersFunctionPyArray_Correlate
NUMPY_API * Numeric.correlate(a1,a2,mode) */
numpy/core/src/multiarray/multiarraymodule.c:1463
↓ 1 callersFunctionPyArray_Correlate2
NUMPY_API * correlate(a1,a2,mode) * * This function computes the usual correlation (correlate(a1, a2) != * correlate(a2, a1), and conjugate the se
numpy/core/src/multiarray/multiarraymodule.c:1389
↓ 1 callersFunctionPyArray_CreateMultiSortedStridePerm
* Creates a sorted stride perm matching the KEEPORDER behavior * of the NpyIter object. Because this operates based on multiple * input strides, the
numpy/core/src/multiarray/shape.c:807
↓ 1 callersFunctionPyArray_CumProd
NUMPY_API * CumProd */
numpy/core/src/multiarray/calculation.c:537
↓ 1 callersFunctionPyArray_CumSum
NUMPY_API *CumSum */
numpy/core/src/multiarray/calculation.c:518
↓ 1 callersFunctionPyArray_DTypeFromObjectStringDiscovery
* Get a suitable string dtype by calling `__str__`. * For `np.bytes_`, this assumes an ASCII encoding. */
numpy/core/src/multiarray/common.c:61
↓ 1 callersFunctionPyArray_DTypeOrDescrConverterRequired
* Converter function filling in an npy_dtype_info struct on success. * * @param obj representing a dtype instance (descriptor) or DType class. * @p
numpy/core/src/multiarray/descriptor.c:1470
↓ 1 callersFunctionPyArray_DescrAlignConverter
NUMPY_API * * Get type-descriptor from an object forcing alignment if possible * None goes to DEFAULT type. * * any object with the .fields attri
numpy/core/src/multiarray/descriptor.c:3131
↓ 1 callersFunctionPyArray_DiscoverDTypeAndShape_Recursive
* Recursion helper for `PyArray_DiscoverDTypeAndShape`. See its * documentation for additional details. * * @param obj The current (possibly neste
numpy/core/src/multiarray/array_coercion.c:956
↓ 1 callersFunctionPyArray_EQUIVALENTLY_ITERABLE_OVERLAP_OK
numpy/core/src/common/lowlevel_strided_loops.h:690
↓ 1 callersFunctionPyArray_ElementStrides
NUMPY_API */
numpy/core/src/multiarray/arrayobject.c:1079
↓ 1 callersFunctionPyArray_FillWithScalar
NUMPY_API*/
numpy/core/src/multiarray/convert.c:385
↓ 1 callersFunctionPyArray_FromBuffer
NUMPY_API*/
numpy/core/src/multiarray/ctors.c:3561
↓ 1 callersFunctionPyArray_FromFile
NUMPY_API * * Given a ``FILE *`` pointer ``fp``, and a ``PyArray_Descr``, return an * array corresponding to the data encoded in that file. * * T
numpy/core/src/multiarray/ctors.c:3496
↓ 1 callersFunctionPyArray_FromInterface
NUMPY_API*/
numpy/core/src/multiarray/ctors.c:2107
↓ 1 callersFunctionPyArray_FromIter
NUMPY_API * * steals a reference to dtype (which cannot be NULL) */
numpy/core/src/multiarray/ctors.c:3800
↓ 1 callersFunctionPyArray_FromString
NUMPY_API * * Given a pointer to a string ``data``, a string length ``slen``, and * a ``PyArray_Descr``, return an array corresponding to the data
numpy/core/src/multiarray/ctors.c:3703
↓ 1 callersFunctionPyArray_FromStructInterface
NUMPY_API */
numpy/core/src/multiarray/ctors.c:1989
↓ 1 callersFunctionPyArray_GetBoundCastingImpl
* Fetch the (bound) casting implementation from one DType to another. * * @params from * @params to * * @returns A bound casting implementation o
numpy/core/src/multiarray/convert_datatype.c:249
↓ 1 callersFunctionPyArray_GetEndianness
NUMPY_API */
numpy/core/src/multiarray/multiarraymodule.c:3228
↓ 1 callersFunctionPyArray_GetGenericToObjectCastingImpl
* Casting to object is special since it is generic to all input dtypes. */
numpy/core/src/multiarray/convert_datatype.c:3841
↓ 1 callersFunctionPyArray_GetGenericToVoidCastingImpl
numpy/core/src/multiarray/convert_datatype.c:3245
↓ 1 callersFunctionPyArray_GetNDArrayCVersion
NUMPY_API * * Included at the very first so not auto-grabbed and thus not labeled. */
numpy/core/src/multiarray/multiarraymodule.c:3204
↓ 1 callersFunctionPyArray_GetObjectToGenericCastingImpl
* Casting to object is special since it is generic to all input dtypes. */
numpy/core/src/multiarray/convert_datatype.c:3784
↓ 1 callersFunctionPyArray_GetVoidToGenericCastingImpl
numpy/core/src/multiarray/convert_datatype.c:3402
↓ 1 callersFunctionPyArray_InitArrFuncs
NUMPY_API Initialize arrfuncs to NULL */
numpy/core/src/multiarray/usertypes.c:107
↓ 1 callersFunctionPyArray_InitializeCasts
numpy/core/src/multiarray/convert_datatype.c:3918
↓ 1 callersFunctionPyArray_InitializeDatetimeCasts
* This registers the castingimpl for all datetime related casts. */
numpy/core/src/multiarray/datetime.c:4085
↓ 1 callersFunctionPyArray_InitializeNumericCasts
* This registers the castingimpl for all casts between numeric types. * Eventually, this function should likely be defined as part of a .c.src * fil
numpy/core/src/multiarray/convert_datatype.c:2724
↓ 1 callersFunctionPyArray_InitializeObjectToObjectCast
numpy/core/src/multiarray/convert_datatype.c:3894
↓ 1 callersFunctionPyArray_InitializeStringCasts
* Add string casts. Right now all string casts are just legacy-wrapped ones * (except string<->string and unicode<->unicode), but they do require *
numpy/core/src/multiarray/convert_datatype.c:2988
↓ 1 callersFunctionPyArray_InitializeVoidToVoidCast
* This initializes the void to void cast. Voids include structured dtypes, * which means that they can cast from and to any other dtype and, in that
numpy/core/src/multiarray/convert_datatype.c:3711
↓ 1 callersFunctionPyArray_InnerProduct
NUMPY_API * Numeric.innerproduct(a,v) */
numpy/core/src/multiarray/multiarraymodule.c:902
↓ 1 callersFunctionPyArray_IntpFromSequence
NUMPY_API * PyArray_IntpFromSequence * Returns the number of integers converted or -1 if an error occurred. * vals must be large enough to hold max
numpy/core/src/multiarray/conversion_utils.c:1116
↓ 1 callersFunctionPyArray_LegacyCanCastSafely
numpy/core/src/multiarray/legacy_dtype_implementation.c:139
↓ 1 callersFunctionPyArray_LegacyCanCastTo
numpy/core/src/multiarray/legacy_dtype_implementation.c:175
↓ 1 callersFunctionPyArray_LegacyCanCastTypeTo
numpy/core/src/multiarray/legacy_dtype_implementation.c:335
↓ 1 callersFunctionPyArray_LegacyEquivTypenums
numpy/core/src/multiarray/legacy_dtype_implementation.c:120
↓ 1 callersFunctionPyArray_LexSort
NUMPY_API *LexSort an array providing indices that will sort a collection of arrays *lexicographically. The first key is sorted on first, followed
numpy/core/src/multiarray/item_selection.c:1770
↓ 1 callersFunctionPyArray_MapIterReset
Reset the map iterator to the beginning */
numpy/core/src/multiarray/mapping.c:2255
↓ 1 callersFunctionPyArray_Max
NUMPY_API * Max */
numpy/core/src/multiarray/calculation.c:233
↓ 1 callersFunctionPyArray_Mean
NUMPY_API * Mean */
numpy/core/src/multiarray/calculation.c:717
↓ 1 callersFunctionPyArray_Min
NUMPY_API * Min */
numpy/core/src/multiarray/calculation.c:252
↓ 1 callersFunctionPyArray_MinScalarType
NUMPY_API * If arr is a scalar (has 0 dimensions) with a built-in number data type, * finds the smallest type size/kind which can still represent it
numpy/core/src/multiarray/convert_datatype.c:1600
↓ 1 callersFunctionPyArray_MultiIndexGetItem
* Gets a single item from the array, based on a single multi-index * array of values, which must be of length PyArray_NDIM(self). */
numpy/core/src/multiarray/item_selection.c:3056
↓ 1 callersFunctionPyArray_MultiIndexSetItem
* Sets a single item in the array, based on a single multi-index * array of values, which must be of length PyArray_NDIM(self). * * Returns 0 on su
numpy/core/src/multiarray/item_selection.c:3084
← previousnext →2,401–2,500 of 17,008, ranked by callers