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
↓ 3 callers
Function
pcg_mcg_128_step_r
numpy/random/src/pcg64/pcg64.orig.h:544
↓ 3 callers
Function
pcg_mcg_64_step_r
numpy/random/src/pcg64/pcg64.orig.h:499
↓ 3 callers
Function
pcg_output_rxs_m_xs_128_128
numpy/random/src/pcg64/pcg64.orig.h:180
↓ 3 callers
Function
pcg_output_rxs_m_xs_16_16
numpy/random/src/pcg64/pcg64.orig.h:163
↓ 3 callers
Function
pcg_output_rxs_m_xs_32_32
numpy/random/src/pcg64/pcg64.orig.h:168
↓ 3 callers
Function
pcg_output_rxs_m_xs_64_64
numpy/random/src/pcg64/pcg64.orig.h:173
↓ 3 callers
Function
pcg_output_xsl_rr_rr_128_128
numpy/random/src/pcg64/pcg64.orig.h:216
↓ 3 callers
Function
pcg_output_xsl_rr_rr_64_64
numpy/random/src/pcg64/pcg64.orig.h:205
↓ 3 callers
Function
pcg_rotr_32
numpy/random/src/pcg64/pcg64.orig.h:85
↓ 3 callers
Function
pcg_rotr_64
numpy/random/src/pcg64/pcg64.orig.h:94
↓ 3 callers
Function
philox4x64_R
numpy/random/src/philox/philox.h:124
↓ 3 callers
Function
polyfit
Any masked values in x is propagated in y, and vice-versa.
numpy/ma/extras.py:2099
↓ 3 callers
Function
polymul
Find the product of two polynomials. .. note:: This forms part of the old polynomial API. Since version 1.4, the new polynomia
numpy/lib/polynomial.py:911
↓ 3 callers
Function
prepare_index
* Prepare an npy_index_object from the python slicing object. * * This function handles all index preparations with the exception * of field access
numpy/core/src/multiarray/mapping.c:277
↓ 3 callers
Function
process_f2cmap_dict
Update the Fortran-to-C type mapping dictionary with new mappings and return a list of successfully mapped C types. This function integr
numpy/f2py/auxfuncs.py:921
↓ 3 callers
Function
process_str
(allstr)
numpy/distutils/from_template.py:190
↓ 3 callers
Function
prod
Return the product of array elements over a given axis. Parameters ---------- a : array_like Input data. axis : None or
numpy/core/fromnumeric.py:2980
↓ 3 callers
Function
python_builtins_are_known_scalar_types
numpy/core/src/multiarray/dtypemeta.c:532
↓ 3 callers
Function
raise_no_loop_found_error
Helper function to raise UFuncNoLoopError * Always returns -1 to indicate the exception was raised, for convenience */
numpy/core/src/umath/ufunc_type_resolution.c:107
↓ 3 callers
Function
random_chisquare
numpy/random/src/distributions/distributions.c:459
↓ 3 callers
Function
random_standard_exponential_f
numpy/random/src/distributions/distributions.c:97
↓ 3 callers
Function
rational_divide
numpy/core/src/umath/_rational_tests.c:218
↓ 3 callers
Function
rational_eq
numpy/core/src/umath/_rational_tests.c:289
↓ 3 callers
Function
rational_multiply
numpy/core/src/umath/_rational_tests.c:212
↓ 3 callers
Function
rational_nonzero
numpy/core/src/umath/_rational_tests.c:333
↓ 3 callers
Function
rational_subtract
numpy/core/src/umath/_rational_tests.c:205
↓ 3 callers
Function
raw_array_assign_scalar
* Assigns the scalar value to every element of the destination raw array. * * Returns 0 on success, -1 on failure. */
numpy/core/src/multiarray/array_assign_scalar.c:37
↓ 3 callers
Function
real
Return the real part of the complex argument. Parameters ---------- val : array_like Input array. Returns -------
numpy/lib/type_check.py:121
↓ 3 callers
Function
rel_path
Return path relative to parent_path.
numpy/distutils/misc_util.py:134
↓ 3 callers
Function
repeat
Repeat each element of an array after themselves Parameters ---------- a : array_like Input array. repeats : int or arra
numpy/core/fromnumeric.py:424
↓ 3 callers
Function
replace
(str, d, defaultsep='')
numpy/f2py/auxfuncs.py:787
↓ 3 callers
Function
reshape
Returns an array containing the same data with a new shape. Refer to `MaskedArray.reshape` for full documentation. See Also -------
numpy/ma/core.py:7358
↓ 3 callers
Function
result_type
Array API compatible wrapper for :py:func:`np.result_type <numpy.result_type>`. See its docstring for more information.
numpy/array_api/_data_type_functions.py:171
↓ 3 callers
Function
right_shift
Shift the bits of an integer to the right. This is the masked array version of `numpy.right_shift`, for details see that function.
numpy/ma/core.py:7226
↓ 3 callers
Function
rmbadname
(names)
numpy/f2py/crackfortran.py:275
↓ 3 callers
Function
rot90
Rotate an array by 90 degrees in the plane specified by axes. Rotation direction is from the first towards the second axis. This means f
numpy/lib/function_base.py:159
↓ 3 callers
Function
roundtrip
(arr)
numpy/lib/tests/test_format.py:407
↓ 3 callers
Method
roundtrip
save_func : callable Function used to save arrays to file. file_on_disk : bool If true, store the file on dis
numpy/lib/tests/test_io.py:77
↓ 3 callers
Method
rsplit
For each element in `self`, return a list of the words in the string, using `sep` as the delimiter string. See Also
numpy/core/defchararray.py:2570
↓ 3 callers
Function
safe_add
Integer addition with overflow checking */
numpy/core/src/common/npy_extint128.h:12
↓ 3 callers
Function
safe_mul
Integer multiplication with overflow checking */
numpy/core/src/common/npy_extint128.h:40
↓ 3 callers
Function
safe_neg
numpy/core/src/umath/_rational_tests.c:52
↓ 3 callers
Method
set_command
(self, key, value)
numpy/distutils/fcompiler/__init__.py:270
↓ 3 callers
Function
setattrspec
(decl, attr, force=0)
numpy/f2py/crackfortran.py:1920
↓ 3 callers
Function
setxor1d
Find the set exclusive-or of two arrays. Return the sorted, unique values that are in only one (not both) of the input arrays. Para
numpy/lib/arraysetops.py:477
↓ 3 callers
Function
sfc64_next
numpy/random/src/sfc64/sfc64.h:25
↓ 3 callers
Function
sfloat_scaled_copy
numpy/core/src/umath/_scaled_float_dtype.c:159
↓ 3 callers
Function
sgehrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:3349
↓ 3 callers
Function
slae2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:8565
↓ 3 callers
Function
slasda_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:27862
↓ 3 callers
Function
slassq_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:31477
↓ 3 callers
Method
soften_mask
Force the mask to soft (default), allowing unmasking by assignment. Whether the mask of a masked array is hard or soft is determined
numpy/ma/core.py:3571
↓ 3 callers
Function
sorgqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:34084
↓ 3 callers
Function
sorted_glob
sorts output of python glob for https://bugs.python.org/issue30461 to allow extensions to have reproducible build results
numpy/distutils/misc_util.py:261
↓ 3 callers
Function
split_by_unquoted
Splits the line into (line[:i], line[i:]), where i is the index of first occurrence of one of the characters not within quotes, or len(li
numpy/f2py/crackfortran.py:668
↓ 3 callers
Function
splitmix64_next
numpy/random/src/splitmix64/splitmix64.h:9
↓ 3 callers
Method
string_with_modified_length
(self, dtype, change_length)
numpy/core/tests/test_casting_unittests.py:477
↓ 3 callers
Function
strmv_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:14315
↓ 3 callers
Function
structured_to_unstructured
Converts an n-D structured array into an (n+1)-D unstructured array. The new array will have a new last dimension equal in size to the n
numpy/lib/recfunctions.py:938
↓ 3 callers
Function
sub_128
numpy/core/src/common/npy_extint128.h:182
↓ 3 callers
Method
sum
(self, axis, out)
numpy/core/tests/test_overrides.py:529
↓ 3 callers
Function
swapaxes
Interchange two axes of an array. Parameters ---------- a : array_like Input array. axis1 : int First axis.
numpy/core/fromnumeric.py:538
↓ 3 callers
Function
tan
Array API compatible wrapper for :py:func:`np.tan <numpy.tan>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:732
↓ 3 callers
Function
transpose
Returns an array with axes transposed. For a 1-D array, this returns an unchanged view of the original array, as a transposed vector is
numpy/core/fromnumeric.py:589
↓ 3 callers
Method
try_dispatch
Compile one or more dispatch-able sources and generates object files, also generates abstract C config headers and macros that
numpy/distutils/ccompiler_opt.py:2269
↓ 3 callers
Function
uint32_to_float32
(u)
numpy/random/tests/test_direct.py:49
↓ 3 callers
Function
unstructured_to_structured
Converts an n-D unstructured array into an (n-1)-D structured array. The last dimension of the input array is converted into a structure, wi
numpy/lib/recfunctions.py:1072
↓ 3 callers
Function
unwrap
r""" Unwrap by taking the complement of large deltas with respect to the period. This unwraps a signal `p` by changing elements which have an
numpy/lib/function_base.py:1664
↓ 3 callers
Function
update_pointers
numpy/linalg/umath_linalg.cpp:758
↓ 3 callers
Method
validate
Validate a list of strings as field names for a structured array. Parameters ---------- names : sequence of str
numpy/lib/_iotools.py:311
↓ 3 callers
Function
vander
Generate a Vandermonde matrix. The columns of the output matrix are powers of the input vector. The order of the powers is determined by
numpy/lib/twodim_base.py:535
↓ 3 callers
Method
visit
(expr, found=found)
numpy/f2py/symbolic.py:721
↓ 3 callers
Method
write
(self, a: str)
numpy/typing/tests/data/pass/ufunc_config.py:19
↓ 3 callers
Function
z_sqrt
numpy/linalg/lapack_lite/f2c.c:669
↓ 3 callers
Function
zdrot_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:15441
↓ 3 callers
Function
zeros
Return a matrix of given shape and type, filled with zeros. Parameters ---------- shape : int or sequence of ints Shape of t
numpy/matlib.py:107
↓ 3 callers
Function
zeros_like
Return an array of zeros with the same shape and type as a given array. Parameters ---------- a : array_like The shape and d
numpy/core/numeric.py:68
↓ 3 callers
Function
zgehrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:1993
↓ 3 callers
Function
zladiv_
Double Complex */
numpy/linalg/lapack_lite/f2c_z_lapack.c:9374
↓ 3 callers
Function
zlange_
numpy/linalg/lapack_lite/f2c_z_lapack.c:13477
↓ 3 callers
Function
ztrmv_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:19899
↓ 3 callers
Function
zungqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:27338
↓ 2 callers
Function
BigInt_Compare
* Returns 0 if (lhs = rhs), negative if (lhs < rhs), positive if (lhs > rhs) */
numpy/core/src/multiarray/dragon4.c:290
↓ 2 callers
Function
BigInt_Set_2x_uint64
numpy/core/src/multiarray/dragon4.c:224
↓ 2 callers
Method
Bits
Returns the IEEE 754 binary16 representation.
numpy/core/src/common/half.hpp:133
↓ 2 callers
Function
Dragon4
* This is an implementation the Dragon4 algorithm to convert a binary number in * floating point format to a decimal number in string format. The fun
numpy/core/src/multiarray/dragon4.c:1142
↓ 2 callers
Function
Dragon4_PrintFloat_IEEE_binary128
* IEEE binary128 floating-point format * * sign: 1 bit * exponent: 15 bits * mantissa: 112 bits * * Currently binary128 format exists on
numpy/core/src/multiarray/dragon4.c:2718
↓ 2 callers
Function
Dragon4_Scientific
numpy/core/src/multiarray/dragon4.c:3196
↓ 2 callers
Method
Farray
Size constructor
tools/swig/test/Farray.cxx:5
↓ 2 callers
Function
FromDoubleBits
numpy/core/src/common/half_private.hpp:141
↓ 2 callers
Function
FromFloatBits
numpy/core/src/common/half_private.hpp:14
↓ 2 callers
Function
GENERIC_SWAP
numpy/core/src/npysort/npysort_common.h:370
↓ 2 callers
Function
NPY_cast_info_move
* Move the data from `original` to `cast_info`. Original is cleared * (its func set to NULL). */
numpy/core/src/multiarray/dtype_transfer.h:74
↓ 2 callers
Function
NpyIter_CreateCompatibleStrides
NUMPY_API * Builds a set of strides which are the same as the strides of an * output array created using the NPY_ITER_ALLOCATE flag, where NULL * w
numpy/core/src/multiarray/nditer_api.c:1038
↓ 2 callers
Function
NpyIter_GetDescrArray
NUMPY_API * Get the array of data type pointers (1 per object being iterated) */
numpy/core/src/multiarray/nditer_api.c:1129
↓ 2 callers
Function
NpyIter_GetShape
NUMPY_API * Gets the broadcast shape if a multi-index is being tracked by the iterator, * otherwise gets the shape of the iteration as Fortran-order
numpy/core/src/multiarray/nditer_api.c:980
↓ 2 callers
Function
NpyPath_PathlikeToFspath
* Pathlib support, takes a borrowed reference and returns a new one. * The new object may be the same as the old. */
numpy/core/src/multiarray/methods.h:13
↓ 2 callers
Function
NumPyOS_ascii_isdigit
* NumPyOS_ascii_isdigit: * * Same as isdigit under C locale */
numpy/core/src/common/numpyos.c:372
↓ 2 callers
Function
NumPyOS_ascii_strncasecmp
* NumPyOS_ascii_strncasecmp: * * Same as strncasecmp under C locale */
numpy/core/src/common/numpyos.c:411
↓ 2 callers
Function
NumPyOS_ascii_strtod
* NumPyOS_ascii_strtod: * * Work around bugs in PyOS_ascii_strtod */
numpy/core/src/common/numpyos.c:457
← previous
next →
1,401–1,500 of 17,008, ranked by callers