MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 6 callersMethodget_config_cmd
Returns the numpy.distutils config command instance.
numpy/distutils/misc_util.py:1809
↓ 6 callersMethodharden_mask
Force the mask to hard, preventing unmasking by assignment. Whether the mask of a masked array is hard or soft is determined by
numpy/ma/core.py:3553
↓ 6 callersFunctionisMaskedArray
Test whether input is an instance of MaskedArray. This function returns True if `x` is an instance of MaskedArray and returns False othe
numpy/ma/core.py:6485
↓ 6 callersFunctioniter_indices
(i)
numpy/core/tests/test_nditer.py:23
↓ 6 callersFunctionlegacy_gauss
numpy/random/src/legacy/legacy-distributions.c:18
↓ 6 callersMethodmarch
(self)
numpy/distutils/tests/test_ccompiler_opt.py:94
↓ 6 callersFunctionmethod
This docstring Has multiple lines And notes Notes ----- original note
numpy/ma/tests/test_core.py:5618
↓ 6 callersFunctionnext_float
numpy/random/src/distributions/distributions.c:19
↓ 6 callersFunctionnormalize_descr
Normalize a description adding the platform byteorder.
numpy/core/tests/test_numerictypes.py:72
↓ 6 callersFunctionnpy_PyErr_ChainExceptions
This is a copy of _PyErr_ChainExceptions */
numpy/core/include/numpy/npy_3kcompat.h:443
↓ 6 callersFunctionnpy_PyErr_ChainExceptionsCause
This is a copy of _PyErr_ChainExceptions, with: * - a minimal implementation for python 2 * - __cause__ used instead of __context__ */
numpy/core/include/numpy/npy_3kcompat.h:475
↓ 6 callersFunctionnpy_free_coercion_cache
numpy/core/src/multiarray/array_coercion.c:664
↓ 6 callersFunctionnpy_memchr
* The code below currently makes use of !NPY_ALIGNMENT_REQUIRED, which * should be OK but causes the clang sanitizer to warn. It may make *
numpy/core/src/multiarray/common.h:262
↓ 6 callersFunctionnpy_uint_alignment
Get equivalent "uint" alignment given an itemsize, for use in copy code */
numpy/core/src/multiarray/common.h:217
↓ 6 callersFunctionnpyiter_cache_values
numpy/core/src/multiarray/nditer_pywrap.c:49
↓ 6 callersFunctionnpyiter_goto_iterindex
* This sets the AXISDATA portion of the iterator to the specified * iterindex, updating the pointers as well. This function does * no error checkin
numpy/core/src/multiarray/nditer_api.c:1811
↓ 6 callersFunctionnpyv_notnan_f64
numpy/core/src/common/simd/vec/operators.h:274
↓ 6 callersFunctionparams_0
(f)
numpy/random/tests/test_smoke.py:16
↓ 6 callersMethodpartition
(self, *args, **kwargs)
numpy/ma/core.py:6054
↓ 6 callersFunctionpcg128_add
numpy/random/src/pcg64/pcg64.h:123
↓ 6 callersFunctionpcg_advance_lcg_128
numpy/random/src/pcg64/pcg64.c:82
↓ 6 callersFunctionpcg_oneseq_128_step_r
numpy/random/src/pcg64/pcg64.orig.h:529
↓ 6 callersFunctionpcg_oneseq_64_step_r
numpy/random/src/pcg64/pcg64.orig.h:489
↓ 6 callersFunctionpcg_setseq_128_step_r
numpy/random/src/pcg64/pcg64.orig.h:573
↓ 6 callersFunctionpcg_setseq_64_step_r
numpy/random/src/pcg64/pcg64.orig.h:518
↓ 6 callersFunctionpcg_unique_128_step_r
numpy/random/src/pcg64/pcg64.orig.h:557
↓ 6 callersFunctionpcg_unique_64_step_r
numpy/random/src/pcg64/pcg64.orig.h:508
↓ 6 callersFunctionprintoptions
Context manager for setting print options. Set print options for the scope of the `with` block, and restore the old options at the end. See `
numpy/core/arrayprint.py:336
↓ 6 callersFunctionproduct
Return the product of array elements over a given axis. .. deprecated:: 1.25.0 ``product`` is deprecated as of NumPy 1.25.0, and wil
numpy/core/fromnumeric.py:3833
↓ 6 callersFunctionraw_array_is_aligned
See array_assign.h for parameter documentation */
numpy/core/src/common/array_assign.c:88
↓ 6 callersFunctionresize
Return a new masked array with the specified size and shape. This is the masked equivalent of the `numpy.resize` function. The new array
numpy/ma/core.py:7377
↓ 6 callersMethodresize
Resize array
tools/swig/test/Array1.cxx:55
↓ 6 callersFunctionsdot_
numpy/linalg/lapack_lite/f2c_blas.c:11341
↓ 6 callersMethodshape
(self)
numpy/ma/core.py:3434
↓ 6 callersFunctionslanv2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:16957
↓ 6 callersFunctionstrmm_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:13885
↓ 6 callersMethodsubstitute
(self, *args, **kw)
tools/npy_tempita/__init__.py:170
↓ 6 callersFunctionsubtract
Array API compatible wrapper for :py:func:`np.subtract <numpy.subtract>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:718
↓ 6 callersFunctionzlascl_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:20071
↓ 6 callersFunctionztrmm_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:19237
↓ 5 callersFunctionNpyIter_RemoveMultiIndex
NUMPY_API * Removes multi-index support from an iterator. * * Returns NPY_SUCCEED or NPY_FAIL. */
numpy/core/src/multiarray/nditer_api.c:165
↓ 5 callersFunctionNumPyOS_ascii_isspace
* NumPyOS_ascii_isspace: * * Same as isspace under C locale */
numpy/core/src/common/numpyos.c:347
↓ 5 callersFunctionPCG_128BIT_CONSTANT
numpy/random/src/pcg64/pcg64.h:80
↓ 5 callersFunctionPyArrayMethod_FromSpec_int
* Create a new ArrayMethod (internal version). * * @param name A name for the individual method, may be NULL. * @param spec A filled context object
numpy/core/src/multiarray/array_method.c:420
↓ 5 callersFunctionPyArray_ExtractDTypeAndDescriptor
* Given a descriptor (dtype instance), handles conversion of legacy flexible * "unsized" descriptors to their DType. It returns the DType and descri
numpy/core/src/multiarray/descriptor.c:1441
↓ 5 callersFunctionPyArray_GenericInplaceUnaryFunction
numpy/core/src/multiarray/number.c:288
↓ 5 callersFunctionPyArray_GetPriority
NUMPY_API * Get Priority from object */
numpy/core/src/multiarray/multiarraymodule.c:133
↓ 5 callersFunctionPyArray_ObjectType
NUMPY_API * Return the typecode of the array a Python object would be converted to * * Returns the type number the result should have, or NPY_NOTYP
numpy/core/src/multiarray/convert_datatype.c:2249
↓ 5 callersFunctionPyDataMem_UserFREE
numpy/core/src/multiarray/alloc.c:479
↓ 5 callersFunctionPyDataMem_UserRENEW
numpy/core/src/multiarray/alloc.c:501
↓ 5 callersMethod__getattribute__
(self, attr)
numpy/ma/mrecords.py:191
↓ 5 callersMethod__init__
(self, ufunc)
numpy/core/_exceptions.py:34
↓ 5 callersFunction_array_fromobject_generic
numpy/core/src/multiarray/multiarraymodule.c:1647
↓ 5 callersFunction_fix_output
Private function: return a recarray, a ndarray, a MaskedArray or a MaskedRecords depending on the input parameters
numpy/lib/recfunctions.py:325
↓ 5 callersMethod_generate_int_data
(self, n, m)
numpy/core/tests/test_numeric.py:1871
↓ 5 callersMethod_isurl
Test if path is a net location. Tests the scheme and netloc.
numpy/lib/_datasource.py:303
↓ 5 callersFunction_mean
(a, **args)
numpy/core/tests/test_multiarray.py:6053
↓ 5 callersFunction_npy_alloc_cache
* very simplistic small memory block cache to avoid more expensive libc * allocations * base function for data cache with 1 byte buckets and dimensi
numpy/core/src/multiarray/alloc.c:91
↓ 5 callersFunction_ptp
Peak-to-peak value of x. This implementation avoids the problem of signed integer arrays having a peak-to-peak value that cannot be represent
numpy/lib/histograms.py:22
↓ 5 callersMethod_read_csv
(cls, filename)
numpy/random/tests/test_direct.py:205
↓ 5 callersMethod_scalarfunc
(self, func)
numpy/lib/user_array.py:182
↓ 5 callersFunction_shrink_mask
Shrink a mask to nomask if possible
numpy/ma/core.py:1545
↓ 5 callersFunction_umul128
numpy/random/src/philox/philox.h:42
↓ 5 callersFunctionallclose
Returns True if two arrays are element-wise equal within a tolerance. This function is equivalent to `allclose` except that masked values
numpy/ma/core.py:8096
↓ 5 callersFunctionallequal
Return True if all entries of a and b are equal, using fill_value as a truth value where either or both are masked. Parameters -----
numpy/ma/core.py:8038
↓ 5 callersFunctionapplyrules
(rules, d, var={})
numpy/f2py/auxfuncs.py:835
↓ 5 callersMethodarg_regex
(self, **kwargs)
numpy/distutils/tests/test_ccompiler_opt.py:144
↓ 5 callersFunctionargsort
Function version of the eponymous method.
numpy/ma/core.py:7001
↓ 5 callersFunctionarrays_overlap
Returns 1 if the arrays have overlapping data, 0 otherwise */
numpy/core/src/common/array_assign.c:154
↓ 5 callersFunctionas_real
Return object as REAL constant.
numpy/f2py/symbolic.py:974
↓ 5 callersFunctionassert_array_compare
Asserts that comparison between two masked arrays is satisfied. The comparison is elementwise.
numpy/ma/testutils.py:195
↓ 5 callersFunctionassert_array_compare
(comparison, x, y, err_msg='', verbose=True, header='', precision=6, equal_nan=True,
numpy/testing/_private/utils.py:642
↓ 5 callersMethodassert_path_equal
(self, comp, benchmark)
numpy/core/tests/test_einsum.py:1093
↓ 5 callersFunctionaverage
Compute the weighted average along the specified axis. Parameters ---------- a : array_like Array containing data to be aver
numpy/lib/function_base.py:399
↓ 5 callersFunctionc_abs
(z)
numpy/linalg/lapack_lite/f2c.c:539
↓ 5 callersFunctioncan_elide_temp_unary
try elide unary temporary */
numpy/core/src/multiarray/temp_elide.c:367
↓ 5 callersMethodcast
(self, num, obj)
numpy/core/_internal.py:241
↓ 5 callersFunctioncaxpy_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:35
↓ 5 callersFunctioncdotc_
Complex */
numpy/linalg/lapack_lite/f2c_blas.c:196
↓ 5 callersMethodcheck_identityless_reduction
(self, a)
numpy/core/tests/test_ufunc.py:1573
↓ 5 callersMethodcheck_unary_fuzz
(self, operation, get_out_axis_size, dtype=np.int16, count=5000)
numpy/core/tests/test_mem_overlap.py:602
↓ 5 callersFunctionclahqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:10438
↓ 5 callersFunctioncoerce_text
(v)
tools/npy_tempita/compat3.py:43
↓ 5 callersFunctionconcatenate
concatenate((a1, a2, ...), axis=0, out=None, dtype=None, casting="same_kind") Join a sequence of arrays along an existing axis. Paramet
numpy/core/multiarray.py:154
↓ 5 callersFunctionconv
(astr)
numpy/f2py/_src_pyf.py:101
↓ 5 callersMethodcount
Returns an array with the number of non-overlapping occurrences of substring `sub` in the range [`start`, `end`]. See Also
numpy/core/defchararray.py:2283
↓ 5 callersMethodcpu_baseline_flags
Returns a list of final CPU baseline compiler flags
numpy/distutils/ccompiler_opt.py:2251
↓ 5 callersMethodcpu_baseline_names
return a list of final CPU baseline feature names
numpy/distutils/ccompiler_opt.py:2257
↓ 5 callersFunctioncswap_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:4078
↓ 5 callersFunctionctrsm_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:5354
↓ 5 callersFunctioncustomized_ccompiler
()
numpy/distutils/system_info.py:217
↓ 5 callersFunctiondaxpy_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:6527
↓ 5 callersFunctiondiag
Extract a diagonal or construct a diagonal array. See the more detailed documentation for ``numpy.diagonal`` if you use this function to
numpy/lib/twodim_base.py:235
↓ 5 callersFunctiondlahqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:13483
↓ 5 callersFunctiondlasdq_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:28425
↓ 5 callersFunctiondot
dot(a, b, out=None) Dot product of two arrays. Specifically, - If both `a` and `b` are 1-D arrays, it is inner product of vectors
numpy/core/multiarray.py:742
↓ 5 callersFunctiondstack
Stack arrays in sequence depth wise (along third axis). This is equivalent to concatenation along the third axis after 2-D arrays of sha
numpy/lib/shape_base.py:660
↓ 5 callersFunctiondtrsm_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:10041
↓ 5 callersFunctionediff1d
Compute the differences between consecutive elements of an array. This function is the equivalent of `numpy.ediff1d` that takes masked v
numpy/ma/extras.py:1151
↓ 5 callersMethodfeature_flags
Return a list of CPU features flags sorted from the lowest to highest interest.
numpy/distutils/ccompiler_opt.py:1524
← previousnext →701–800 of 17,008, ranked by callers