MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionPyArray_MultiIterNew
NUMPY_API * Get MultiIterator, */
numpy/core/src/multiarray/iterators.c:1362
↓ 1 callersFunctionPyArray_NewLegacyWrappingArrayMethod
* Get the unbound ArrayMethod which wraps the instances of the ufunc. * Note that this function stores the result on the ufunc and then only * retur
numpy/core/src/umath/legacy_array_method.c:335
↓ 1 callersFunctionPyArray_One
NUMPY_API Get pointer to one of correct type for array */
numpy/core/src/multiarray/convert_datatype.c:2198
↓ 1 callersFunctionPyArray_OptionalIntpConverter
* Like PyArray_IntpConverter, but leaves `seq` untouched if `None` is passed * rather than treating `None` as `()`. */
numpy/core/src/multiarray/conversion_utils.c:217
↓ 1 callersFunctionPyArray_OutputConverter
NUMPY_API * Useful to pass as converter function for O& processing in * PyArgs_ParseTuple for output arrays */
numpy/core/src/multiarray/conversion_utils.c:62
↓ 1 callersFunctionPyArray_Partition
NUMPY_API * Partition an array in-place */
numpy/core/src/multiarray/item_selection.c:1609
↓ 1 callersFunctionPyArray_PrepareThreeRawArrayIter
* The same as PyArray_PrepareOneRawArrayIter, but for three * operands instead of one. Any broadcasting of the three operands * should have already
numpy/core/src/multiarray/dtype_transfer.c:3705
↓ 1 callersFunctionPyArray_PromoteTypeSequence
* Produces the smallest size and lowest kind type to which all * input types can be cast. * * Roughly equivalent to functools.reduce(PyArray_Promot
numpy/core/src/multiarray/convert_datatype.c:1271
↓ 1 callersFunctionPyArray_PutMask
NUMPY_API * Put values into an array according to a mask. */
numpy/core/src/multiarray/item_selection.c:632
↓ 1 callersFunctionPyArray_PutTo
NUMPY_API * Put values into an array */
numpy/core/src/multiarray/item_selection.c:350
↓ 1 callersFunctionPyArray_PythonPyIntFromInt
* Small wrapper converting to array just like CPython does. * * We could use our own PyArray_PyIntAsInt function, but it handles floats * different
numpy/core/src/common/npy_argparse.c:28
↓ 1 callersFunctionPyArray_RegisterDataType
returns typenum to associate with this type >=NPY_USERDEF. needs the userdecrs table and PyArray_NUMUSER variables defined in arraytypes.inc */ NU
numpy/core/src/multiarray/usertypes.c:188
↓ 1 callersFunctionPyArray_Repeat
NUMPY_API * Repeat the array. */
numpy/core/src/multiarray/item_selection.c:842
↓ 1 callersFunctionPyArray_Resize
NUMPY_API * Resize (reallocate data). Only works if nothing else is referencing this * array and it is contiguous. If refcheck is 0, then the refe
numpy/core/src/multiarray/shape.c:42
↓ 1 callersFunctionPyArray_Round
NUMPY_API * Round */
numpy/core/src/multiarray/calculation.c:557
↓ 1 callersFunctionPyArray_ScalarKind
NUMPY_API * ScalarKind * * Returns the scalar kind of a type number, with an * optional tweak based on the scalar value itself. * If no scalar is
numpy/core/src/multiarray/multiarraymodule.c:812
↓ 1 callersFunctionPyArray_SearchSorted
NUMPY_API * * Search the sorted array op1 for the location of the items in op2. The * result is an array of indexes, one for each element in op2, s
numpy/core/src/multiarray/item_selection.c:2056
↓ 1 callersFunctionPyArray_SetField
NUMPY_API Set a subset of bytes from each element of the array steals reference to dtype, must not be NULL */
numpy/core/src/multiarray/methods.c:467
↓ 1 callersFunctionPyArray_SetNumericOps
NUMPY_API *Set internal structure with number functions that all arrays will use */
numpy/core/src/multiarray/number.c:127
↓ 1 callersFunctionPyArray_SetStringFunction
NUMPY_API * Set the array print function to be a Python function. */
numpy/core/src/multiarray/strfuncs.c:30
↓ 1 callersFunctionPyArray_Squeeze
NUMPY_API * * return a new view of the array object with all of its unit-length * dimensions squeezed out if needed, otherwise * return the same a
numpy/core/src/multiarray/shape.c:530
↓ 1 callersFunctionPyArray_SqueezeSelected
* Just like PyArray_Squeeze, but allows the caller to select * a subset of the size-one dimensions to squeeze out. */
numpy/core/src/multiarray/shape.c:582
↓ 1 callersFunctionPyArray_SwapAxes
NUMPY_API * SwapAxes */
numpy/core/src/multiarray/shape.c:637
↓ 1 callersFunctionPyArray_ToFile
NUMPY_API To File */
numpy/core/src/multiarray/convert.c:132
↓ 1 callersFunctionPyArray_ToFileObject
Like PyArray_ToFile but takes the file as a python object */
numpy/core/src/multiarray/methods.c:628
↓ 1 callersFunctionPyArray_ToList
NUMPY_API * To List */
numpy/core/src/multiarray/convert.c:118
↓ 1 callersFunctionPyArray_Trace
NUMPY_API * Trace */
numpy/core/src/multiarray/calculation.c:1209
↓ 1 callersFunctionPyArray_TypestrConvert
NUMPY_API * Typestr converter */
numpy/core/src/multiarray/conversion_utils.c:1165
↓ 1 callersFunctionPyArray_Where
NUMPY_API * Where */
numpy/core/src/multiarray/multiarraymodule.c:3368
↓ 1 callersFunctionPyArray_XDECREF
NUMPY_API Decrement all internal references for object arrays. (or arrays with object fields) The use of this function is strongly discouraged,
numpy/core/src/multiarray/refcount.c:304
↓ 1 callersFunctionPyArray_Zero
NUMPY_API Get pointer to zero of correct type for array. */
numpy/core/src/multiarray/convert_datatype.c:2152
↓ 1 callersFunctionPyDataMem_NEW_ZEROED
NUMPY_API * Allocates zeroed memory for array data. */
numpy/core/src/multiarray/alloc.c:300
↓ 1 callersFunctionPyDataMem_UserNEW_ZEROED
numpy/core/src/multiarray/alloc.c:456
↓ 1 callersFunctionPyFortranObject_NewAsAttr
numpy/f2py/src/fortranobject.c:182
↓ 1 callersFunctionPyUFuncOverride_GetOutObjects
* Get possible out argument from kwds, and returns the number of outputs * contained within it: if a tuple, the number of elements in it, 1 otherwise
numpy/core/src/common/ufunc_override.c:87
↓ 1 callersFunctionPyUFunc_Accumulate
numpy/core/src/umath/ufunc_object.c:3091
↓ 1 callersFunctionPyUFunc_AddLoopFromSpec
* Add loop directly to a ufunc from a given ArrayMethod spec. */
numpy/core/src/umath/dispatching.c:153
↓ 1 callersFunctionPyUFunc_AddWrappingLoop
* Allows creating of a fairly lightweight wrapper around an existing ufunc * loop. The idea is mainly for units, as this is currently slightly limit
numpy/core/src/umath/wrapping_array_method.c:225
↓ 1 callersFunctionPyUFunc_DivisionTypeResolver
* This function applies the type resolution rules for division. * In particular, there are a number of special cases with datetime: * m8[<A>] / m
numpy/core/src/umath/ufunc_type_resolution.c:1223
↓ 1 callersFunctionPyUFunc_GeneralizedFunctionInternal
numpy/core/src/umath/ufunc_object.c:2180
↓ 1 callersFunctionPyUFunc_GenericFunctionInternal
numpy/core/src/umath/ufunc_object.c:2657
↓ 1 callersFunctionPyUFunc_HasOverride
numpy/core/src/common/ufunc_override.c:66
↓ 1 callersFunctionPyUFunc_Reduce
* The implementation of the reduction operators with the new iterator * turned into a bit of a long function here, but I think the design * of this
numpy/core/src/umath/ufunc_object.c:3034
↓ 1 callersFunctionPyUFunc_ReduceWrapper
* This function executes all the standard NumPy reduction function * boilerplate code, just calling the appropriate inner loop function where * nece
numpy/core/src/umath/reduction.c:176
↓ 1 callersFunctionPyUFunc_Reduceat
* Reduceat performs a reduce over an axis using the indices as a guide * * op.reduceat(array,indices) computes * op.reduce(array[indices[i]:indice
numpy/core/src/umath/ufunc_object.c:3486
↓ 1 callersFunctionPyUFunc_ValidateOutCasting
* Same as `PyUFunc_ValidateCasting` but only checks output casting. */
numpy/core/src/umath/ufunc_type_resolution.c:255
↓ 1 callersFunctionSHORT_LT
numpy/core/src/npysort/npysort_common.h:68
↓ 1 callersFunctionSTRING_COPY
numpy/core/src/npysort/npysort_common.h:261
↓ 1 callersFunctionSTRING_LT
numpy/core/src/npysort/npysort_common.h:279
↓ 1 callersFunctionSTRING_SWAP
numpy/core/src/npysort/npysort_common.h:268
↓ 1 callersFunctionTD
Generate a TypeDescription instance for each item in types
numpy/core/code_generators/generate_umath.py:149
↓ 1 callersFunctionTIMEDELTA_LT
numpy/core/src/npysort/npysort_common.h:348
↓ 1 callersFunctionUBYTE_LT
numpy/core/src/npysort/npysort_common.h:61
↓ 1 callersFunctionUINT_LT
numpy/core/src/npysort/npysort_common.h:89
↓ 1 callersFunctionULONGLONG_LT
numpy/core/src/npysort/npysort_common.h:117
↓ 1 callersFunctionULONG_LT
numpy/core/src/npysort/npysort_common.h:103
↓ 1 callersFunctionUNICODE_COPY
numpy/core/src/npysort/npysort_common.h:297
↓ 1 callersFunctionUNICODE_LT
numpy/core/src/npysort/npysort_common.h:317
↓ 1 callersFunctionUNICODE_SWAP
numpy/core/src/npysort/npysort_common.h:306
↓ 1 callersFunctionUSHORT_LT
numpy/core/src/npysort/npysort_common.h:75
↓ 1 callersMethodV
(self, x, y, alpha)
numpy/lib/tests/test_function_base.py:3570
↓ 1 callersFunctionWARN_IN_DEALLOC
numpy/core/src/multiarray/arrayobject.c:401
↓ 1 callersFunction_GenericBinaryOutFunction
numpy/core/src/multiarray/calculation.c:786
↓ 1 callersFunction_PyArrayNeighborhoodIter_IncrCoord
numpy/core/include/numpy/_neighborhood_iterator_imp.h:37
↓ 1 callersFunction_PyArray_ArgMaxWithKeepdims
numpy/core/src/multiarray/calculation.c:198
↓ 1 callersFunction_PyArray_ArgMinWithKeepdims
numpy/core/src/multiarray/calculation.c:214
↓ 1 callersFunction_PyArray_DescrHashImp
* Return 0 if successful */
numpy/core/src/multiarray/hashdescr.c:260
↓ 1 callersFunction_PyArray_GetDefaultDescr
* Lightweight function fetch a default instance of a DType class. * Note that this version is named `_PyArray_GetDefaultDescr` with an * underscore.
numpy/core/src/multiarray/experimental_public_dtype_api.c:434
↓ 1 callersFunction_PyLong_Bytes
Helper function to get unicode(PyLong).encode('utf8') */
numpy/core/src/common/npy_longdouble.c:101
↓ 1 callersFunction_UpdateContiguousFlags
* Check whether the given array is stored contiguously * in memory. And update the passed in ap flags appropriately. * * The traditional rule is th
numpy/core/src/multiarray/flagsobject.c:114
↓ 1 callersFunction__New_PyArray_Std
numpy/core/src/multiarray/calculation.c:321
↓ 1 callersMethod__add__
(self, other)
numpy/core/tests/test_einsum.py:124
↓ 1 callersMethod__array__
(self)
numpy/random/tests/test_regression.py:142
↓ 1 callersMethod__array__
(self)
numpy/random/tests/test_randomstate_regression.py:146
↓ 1 callersMethod__array__
(self)
numpy/random/tests/test_generator_mt19937_regressions.py:143
↓ 1 callersMethod__array__
(self, t=None)
numpy/lib/polynomial.py:1254
↓ 1 callersMethod__array__
(self)
numpy/lib/tests/test_arraysetops.py:37
↓ 1 callersMethod__array_finalize__
(self, obj)
numpy/core/tests/test_multiarray.py:6423
↓ 1 callersMethod__array_finalize__
(self, obj)
numpy/lib/tests/test_stride_tricks.py:531
↓ 1 callersMethod__array_finalize__
Finalizes the masked array.
numpy/ma/core.py:2978
↓ 1 callersMethod__array_prepare__
(self, obj, context=None)
numpy/ma/core.py:6582
↓ 1 callersMethod__array_ufunc__
(self, func, method, *inputs, **kwargs)
numpy/core/tests/test_umath.py:3267
↓ 1 callersMethod__array_wrap__
Special hook for ufuncs. Wraps the numpy array and sets the mask according to context.
numpy/ma/core.py:3071
↓ 1 callersMethod__copy__
(self)
numpy/distutils/fcompiler/__init__.py:233
↓ 1 callersMethod__dlpack_device__
Performs the operation __dlpack_device__.
numpy/array_api/_array_object.py:489
↓ 1 callersFunction__dtype_from_pep3118
(stream, is_subdtype)
numpy/core/_internal.py:657
↓ 1 callersMethod__enter__
(self)
numpy/core/tests/_locales.py:68
↓ 1 callersMethod__enter__
(self)
numpy/testing/_private/utils.py:2178
↓ 1 callersMethod__eq__
(self, other)
numpy/core/tests/test_multiarray.py:9593
↓ 1 callersMethod__eq__
(self, other)
numpy/lib/polynomial.py:1390
↓ 1 callersMethod__eq__
(self, other)
numpy/polynomial/_polybase.py:648
↓ 1 callersMethod__exit__
(self, type, value, traceback)
numpy/core/tests/_locales.py:73
↓ 1 callersMethod__exit__
(self, *exc_info)
numpy/testing/_private/utils.py:2210
↓ 1 callersMethod__floordiv__
(self, other)
numpy/polynomial/_polybase.py:566
↓ 1 callersMethod__ge__
Return (self >= other) element-wise. See Also -------- greater_equal
numpy/core/defchararray.py:2140
↓ 1 callersMethod__get__
(self, obj, type=None)
tools/npy_tempita/__init__.py:541
↓ 1 callersMethod__getitem__
(self, indx)
numpy/core/records.py:281
↓ 1 callersMethod__getitem__
(self, index)
numpy/core/memmap.py:334
↓ 1 callersMethod__getitem__
(self, ind)
numpy/core/tests/test_arrayprint.py:47
↓ 1 callersMethod__getitem__
(self, item)
numpy/core/tests/test_indexing.py:507
← previousnext →2,501–2,600 of 17,008, ranked by callers