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
↓ 4 callers
Function
grow_size_and_multiply
* Helper function taking the size input and growing it (based on min_grow). * The current scheme is a minimum growth and a general growth by 25% * o
numpy/core/src/multiarray/textreading/growth.c:18
↓ 4 callers
Function
hasinitvalue
(var)
numpy/f2py/auxfuncs.py:521
↓ 4 callers
Function
icamax_
numpy/linalg/lapack_lite/f2c_blas.c:10661
↓ 4 callers
Function
imag
Return the imaginary part of the complex argument. Parameters ---------- val : array_like Input array. Returns ----
numpy/lib/type_check.py:167
↓ 4 callers
Function
in1d
Test whether each element of an array is also present in a second array. The output is always a masked array. See `numpy.in1d` for more
numpy/ma/extras.py:1289
↓ 4 callers
Method
initialize
(self)
numpy/distutils/msvccompiler.py:43
↓ 4 callers
Method
integ
Return an antiderivative (indefinite integral) of this polynomial. Refer to `polyint` for full documentation. See Also
numpy/lib/polynomial.py:1425
↓ 4 callers
Function
intersect1d
Find the intersection of two arrays. Return the sorted, unique values that are in both of the input arrays. Parameters ----------
numpy/lib/arraysetops.py:374
↓ 4 callers
Function
isfileobj
(f)
numpy/compat/py3k.py:49
↓ 4 callers
Function
isintent_callback
(var)
numpy/f2py/auxfuncs.py:482
↓ 4 callers
Function
isintent_hide
(var)
numpy/f2py/auxfuncs.py:456
↓ 4 callers
Function
ismoduleroutine
(rout)
numpy/f2py/auxfuncs.py:271
↓ 4 callers
Function
isstringarray
(var)
numpy/f2py/auxfuncs.py:101
↓ 4 callers
Function
issubroutine
(rout)
numpy/f2py/auxfuncs.py:289
↓ 4 callers
Function
izamax_
numpy/linalg/lapack_lite/f2c_blas.c:10895
↓ 4 callers
Function
l_and
(*f)
numpy/f2py/auxfuncs.py:602
↓ 4 callers
Function
l_not
(f)
numpy/f2py/auxfuncs.py:618
↓ 4 callers
Function
legacy_standard_gamma
numpy/random/src/legacy/legacy-distributions.c:47
↓ 4 callers
Function
libdivide_count_leading_zeros64
numpy/core/include/numpy/libdivide/libdivide.h:309
↓ 4 callers
Function
libdivide_mullhi_u32
numpy/core/include/numpy/libdivide/libdivide.h:218
↓ 4 callers
Method
libs
(self, section="default")
numpy/distutils/npy_pkg_config.py:134
↓ 4 callers
Function
make_rational_fast
Assumes d_ > 0 */
numpy/core/src/umath/_rational_tests.c:173
↓ 4 callers
Function
mask_rowcols
Mask rows and/or columns of a 2D array that contain masked values. Mask whole rows and/or columns of a 2D array that contain masked valu
numpy/ma/extras.py:957
↓ 4 callers
Function
masked_not_equal
Mask an array where `not` equal to a given value. This function is a shortcut to ``masked_where``, with `condition` = (x != value).
numpy/ma/core.py:2054
↓ 4 callers
Function
masked_values
Mask using floating point equality. Return a MaskedArray, masked where the data in array `x` are approximately equal to `value`, determi
numpy/ma/core.py:2260
↓ 4 callers
Function
metastr_to_unicode
* Return the datetime metadata as a Unicode object. * * Returns new reference, NULL on error. * * If 'skip_brackets' is true, skips the '[]'. *
numpy/core/src/multiarray/datetime.c:1995
↓ 4 callers
Function
minrelpath
Resolve `..` and '.' from path.
numpy/distutils/misc_util.py:232
↓ 4 callers
Function
mintypecode
Return the character for the minimum-size type to which given types can be safely cast. The returned type character must represent the s
numpy/lib/type_check.py:26
↓ 4 callers
Function
mock_concatenate
(arrays, axis=0, out=None)
benchmarks/benchmarks/bench_overrides.py:32
↓ 4 callers
Method
mul
(a, b)
numpy/core/tests/test_umath.py:4343
↓ 4 callers
Function
mult
numpy/linalg/umath_linalg.cpp:1053
↓ 4 callers
Function
multiiter_wrong_number_of_args
numpy/core/src/multiarray/iterators.c:1244
↓ 4 callers
Function
new_array_for_sum
* Make a new empty array, of the passed size, of a type that takes the * priority of ap1 and ap2 into account. * * If `out` is non-NULL, memory ove
numpy/core/src/multiarray/common.c:357
↓ 4 callers
Function
normalize_holidays_list
* Sorts the array of dates provided in place and removes * NaT, duplicates and any date which is already excluded on account * of the weekmask. *
numpy/core/src/multiarray/datetime_busdaycal.c:223
↓ 4 callers
Function
npy_alloc_cache_dim
* dimension/stride cache, uses a different allocator and is always a multiple * of npy_intp */
numpy/core/src/multiarray/alloc.c:183
↓ 4 callers
Function
npy_mark_tmp_array_if_pyscalar
* When we get a Python int, float, or complex, we may have to use weak * promotion logic. * To implement this, we sometimes have to tag the converte
numpy/core/src/multiarray/abstractdtypes.h:33
↓ 4 callers
Function
npy_unlink_coercion_cache
* Unlink coercion cache item. * * @param current * @return next coercion cache object (or NULL) */
numpy/core/src/multiarray/array_coercion.c:649
↓ 4 callers
Function
npyiter_copy_from_buffers
* This gets called after the buffers have been exhausted, and * their data needs to be written back to the arrays. The multi-index * must be positi
numpy/core/src/multiarray/nditer_api.c:1896
↓ 4 callers
Function
npyiter_get_op_axis
* Removes the (additive) NPY_ITER_REDUCTION_AXIS indication and sets * is_forced_broadcast to 1 if it is set. Otherwise to 0. * * @param axis The o
numpy/core/src/multiarray/nditer_constr.c:1467
↓ 4 callers
Function
npyiter_undo_iter_axis_perm
* Undo the axis permutation of the iterator. When the operand has fewer * dimensions then the iterator, this can return negative values for * insert
numpy/core/src/multiarray/nditer_impl.h:335
↓ 4 callers
Function
npyv_abs_f64
numpy/core/src/common/simd/sse/math.h:27
↓ 4 callers
Function
npyv_cmpgt_s64
numpy/core/src/common/simd/sse/operators.h:174
↓ 4 callers
Function
npyv_loadn_s32
* Non-contiguous Load ***************************/ / 32
numpy/core/src/common/simd/sse/memory.h:79
↓ 4 callers
Function
npyv_notnan_f32
check special cases
numpy/core/src/common/simd/sse/operators.h:281
↓ 4 callers
Function
npyv_notnan_f64
numpy/core/src/common/simd/sse/operators.h:283
↓ 4 callers
Function
npyv_setall_s64
numpy/core/src/common/simd/avx512/misc.h:43
↓ 4 callers
Function
output_dot
(msg='.', stream=sys.stderr)
tools/refguide_check.py:516
↓ 4 callers
Function
parse_expr
(tokens, name, context=())
tools/npy_tempita/__init__.py:846
↓ 4 callers
Function
pcg_oneseq_16_step_r
numpy/random/src/pcg64/pcg64.orig.h:411
↓ 4 callers
Function
pcg_oneseq_32_step_r
numpy/random/src/pcg64/pcg64.orig.h:450
↓ 4 callers
Function
pcg_output_xsh_rr_128_64
numpy/random/src/pcg64/pcg64.orig.h:151
↓ 4 callers
Function
pcg_output_xsh_rr_16_8
numpy/random/src/pcg64/pcg64.orig.h:138
↓ 4 callers
Function
pcg_output_xsh_rr_32_16
numpy/random/src/pcg64/pcg64.orig.h:142
↓ 4 callers
Function
pcg_output_xsh_rr_64_32
numpy/random/src/pcg64/pcg64.orig.h:146
↓ 4 callers
Function
pcg_output_xsh_rs_128_64
numpy/random/src/pcg64/pcg64.orig.h:131
↓ 4 callers
Function
pcg_output_xsh_rs_16_8
numpy/random/src/pcg64/pcg64.orig.h:117
↓ 4 callers
Function
pcg_output_xsh_rs_32_16
numpy/random/src/pcg64/pcg64.orig.h:121
↓ 4 callers
Function
pcg_output_xsh_rs_64_32
numpy/random/src/pcg64/pcg64.orig.h:125
↓ 4 callers
Function
pcg_output_xsl_rr_128_64
numpy/random/src/pcg64/pcg64.orig.h:197
↓ 4 callers
Function
pcg_output_xsl_rr_64_32
numpy/random/src/pcg64/pcg64.orig.h:191
↓ 4 callers
Function
pcg_setseq_16_step_r
numpy/random/src/pcg64/pcg64.orig.h:440
↓ 4 callers
Function
pcg_setseq_32_step_r
numpy/random/src/pcg64/pcg64.orig.h:479
↓ 4 callers
Function
pcg_unique_16_step_r
numpy/random/src/pcg64/pcg64.orig.h:430
↓ 4 callers
Function
pcg_unique_32_step_r
numpy/random/src/pcg64/pcg64.orig.h:469
↓ 4 callers
Function
process
(path, fromfile, tofile, processor_function, hash_db)
tools/cythonize.py:146
↓ 4 callers
Function
promote_and_get_ufuncimpl
* The central entry-point for the promotion and dispatching machinery. * * It currently may work with the operands (although it would be possible to
numpy/core/src/umath/dispatching.c:904
↓ 4 callers
Function
randn
Return a random matrix with data from the "standard normal" distribution. `randn` generates a matrix filled with random floats sampled from
numpy/matlib.py:277
↓ 4 callers
Function
random_standard_gamma
numpy/random/src/distributions/distributions.c:220
↓ 4 callers
Function
rational_floor
numpy/core/src/umath/_rational_tests.c:223
↓ 4 callers
Function
read_config
Return library info for a package from its configuration file. Parameters ---------- pkgname : str Name of the package (shou
numpy/distutils/npy_pkg_config.py:326
↓ 4 callers
Method
real
The real part of the masked array. This property is a view on the real part of this `MaskedArray`. See Also -------
numpy/ma/core.py:4499
↓ 4 callers
Function
reducelike_promote_and_resolve
* Promote and resolve a reduction like operation. * * @param ufunc * @param arr The operation array * @param out The output array or NULL if not p
numpy/core/src/umath/ufunc_object.c:2787
↓ 4 callers
Function
resolve_descriptors
* Fill in the actual descriptors used for the operation. This function * supports falling back to the legacy `ufunc->type_resolver`. * * We guaran
numpy/core/src/umath/ufunc_object.c:4558
↓ 4 callers
Function
result_type
result_type(*arrays_and_dtypes) Returns the type that results from applying the NumPy type promotion rules to the arguments. Type p
numpy/core/multiarray.py:670
↓ 4 callers
Function
select
Return an array drawn from elements in choicelist, depending on conditions. Parameters ---------- condlist : list of bool ndarrays
numpy/lib/function_base.py:769
↓ 4 callers
Function
set_ufunc_loop_data_types
numpy/core/src/umath/ufunc_type_resolution.c:1647
↓ 4 callers
Function
setdiff1d
Find the set difference of two arrays. Return the unique values in `ar1` that are not in `ar2`. Parameters ---------- ar1 : arr
numpy/lib/arraysetops.py:940
↓ 4 callers
Method
shape
The shape of the array to be iterated over. For an example, see `Arrayterator`.
numpy/lib/arrayterator.py:165
↓ 4 callers
Function
sin
Array API compatible wrapper for :py:func:`np.sin <numpy.sin>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:674
↓ 4 callers
Function
slange_
numpy/linalg/lapack_lite/f2c_s_lapack.c:16452
↓ 4 callers
Function
slasdt_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:28677
↓ 4 callers
Function
slasr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:30790
↓ 4 callers
Function
sormqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:36105
↓ 4 callers
Function
split
Split an array into multiple sub-arrays as views into `ary`. Parameters ---------- ary : ndarray Array to be divided into su
numpy/lib/shape_base.py:792
↓ 4 callers
Function
ssteqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:37766
↓ 4 callers
Function
ssterf_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:38360
↓ 4 callers
Function
strptime
This function is available in the datetime module only from Python >= 2.5.
numpy/lib/tests/test_io.py:65
↓ 4 callers
Function
svd
Singular Value Decomposition. When `a` is a 2D array, and ``full_matrices=False``, then it is factorized as ``u @ np.diag(s) @ vh = (u *
numpy/linalg/linalg.py:1500
↓ 4 callers
Function
tile
Construct an array by repeating A the number of times given by reps. If `reps` has length ``d``, the result will have dimension of ``max
numpy/lib/shape_base.py:1186
↓ 4 callers
Function
to_128
Long integer init */
numpy/core/src/common/npy_extint128.h:61
↓ 4 callers
Function
transpose
Transpose each matrix in a stack of matrices. Unlike np.transpose, this only swaps the last two axes, rather than all of them Param
numpy/linalg/linalg.py:225
↓ 4 callers
Function
transpose
Permute the dimensions of an array. This function is exactly equivalent to `numpy.transpose`. See Also -------- numpy.transpose
numpy/ma/core.py:7320
↓ 4 callers
Function
trapz
r""" Integrate along the given axis using the composite trapezoidal rule. If `x` is provided, the integration happens in sequence along its
numpy/lib/function_base.py:4859
↓ 4 callers
Function
trimseq
Remove small Poly series coefficients. Parameters ---------- seq : sequence Sequence of Poly series coefficients. This routine fa
numpy/polynomial/polyutils.py:54
↓ 4 callers
Method
truncate
Truncate series to length `size`. Reduce the series to length `size` by discarding the high degree terms. The value of `size` must be
numpy/polynomial/_polybase.py:758
↓ 4 callers
Function
ufunc_loop_matches
numpy/core/src/umath/ufunc_type_resolution.c:1538
↓ 4 callers
Method
upgrade
Find the best converter for a given string, and return the result. The supplied string `value` is converted by testing different
numpy/lib/_iotools.py:724
↓ 4 callers
Function
validate_casting
* Check casting: It would be nice to just move this into the iterator * or pass in the full cast information. But this can special case * the logic
numpy/core/src/umath/ufunc_object.c:1423
↓ 4 callers
Method
view
Get view
tools/swig/test/Array1.cxx:101
↓ 4 callers
Function
warmup
(rg, n=None)
numpy/random/tests/test_smoke.py:79
← previous
next →
1,001–1,100 of 17,008, ranked by callers