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
↓ 1 callers
Function
libdivide_s64_recover
numpy/core/include/numpy/libdivide/libdivide.h:1178
↓ 1 callers
Function
libdivide_u128_shift
Bitshift a u128 in place, left (signed_shift > 0) or right (signed_shift < 0)
numpy/core/include/numpy/libdivide/libdivide.h:442
↓ 1 callers
Function
libpaths
Return a list of library paths valid on 32 or 64 bit systems. Inputs: paths : sequence A sequence of strings (typically paths)
numpy/distutils/system_info.py:235
↓ 1 callers
Function
like_function
()
numpy/matrixlib/tests/test_interaction.py:115
↓ 1 callers
Function
lineType
Return the type of a line of Fortran code.
numpy/linalg/lapack_lite/fortran.py:15
↓ 1 callers
Function
linear_search_type_resolver
* Does a linear search for the best inner loop of the ufunc. * * Note that if an error is returned, the caller must free the non-zero * references
numpy/core/src/umath/ufunc_type_resolution.c:1901
↓ 1 callers
Function
linear_search_userloop_type_resolver
* Does a search through the arguments and the loops */
numpy/core/src/umath/ufunc_type_resolution.c:1706
↓ 1 callers
Function
linspace
Array API compatible wrapper for :py:func:`np.linspace <numpy.linspace>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:213
↓ 1 callers
Function
ljust
Return an array with the elements of `a` left-justified in a string of length `width`. Calls `str.ljust` element-wise. Parameters
numpy/core/defchararray.py:1068
↓ 1 callers
Method
ljust
Return an array with the elements of `self` left-justified in a string of length `width`. See Also --------
numpy/core/defchararray.py:2465
↓ 1 callers
Function
load
(modname)
numpy/random/tests/test_extending.py:94
↓ 1 callers
Function
load
Load arrays or pickled objects from ``.npy``, ``.npz`` or pickled files. .. warning:: Loading files that contain object arrays uses the ``pi
numpy/lib/npyio.py:283
↓ 1 callers
Method
load_data
(self, n, eindex)
numpy/core/tests/test_numeric.py:1213
↓ 1 callers
Method
load_flags
(self)
numpy/core/tests/test_cpu_features.py:70
↓ 1 callers
Function
load_hashes
(filename)
tools/cythonize.py:108
↓ 1 callers
Function
log1p
Array API compatible wrapper for :py:func:`np.log1p <numpy.log1p>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:464
↓ 1 callers
Function
logfactorial
numpy/random/src/distributions/logfactorial.c:142
↓ 1 callers
Function
long_double_representation
Given a binary dump as given by GNU od -b, look for long double representation.
numpy/core/setup_common.py:336
↓ 1 callers
Function
lossless_unit_from_datetimestruct
* Finds the largest unit whose value is nonzero, and for which * the remainder for the rest of the units is zero. */
numpy/core/src/multiarray/datetime_strings.c:817
↓ 1 callers
Function
lower
Return an array with the elements converted to lowercase. Call `str.lower` element-wise. For 8-bit strings, this method is locale-depen
numpy/core/defchararray.py:1104
↓ 1 callers
Function
lstrip
For each element in `a`, return a copy with the leading characters removed. Calls `str.lstrip` element-wise. Parameters -------
numpy/core/defchararray.py:1143
↓ 1 callers
Function
lstsq
r""" Return the least-squares solution to a linear matrix equation. Computes the vector `x` that approximately solves the equation ``a @
numpy/linalg/linalg.py:2192
↓ 1 callers
Function
magic
Return the magic string for the given file format version. Parameters ---------- major : int in [0, 255] minor : int in [0, 255]
numpy/lib/format.py:201
↓ 1 callers
Function
main
(argv)
runtests.py:78
↓ 1 callers
Function
main
(install_dir)
tools/check_installed_files.py:37
↓ 1 callers
Function
main
(token, revision_range)
tools/changelog.py:109
↓ 1 callers
Function
main
()
tools/functions_missing_types.py:125
↓ 1 callers
Function
main
Validates the docstrings of all the pre decided set of modules for errors and docstring standards.
tools/refguide_check.py:1112
↓ 1 callers
Function
main
Find deprecated escape sequences. Checks for deprecated escape sequences in ``*.py files``. If `root` is a file, that file is checked, if `ro
tools/find_deprecated_escaped_characters.py:12
↓ 1 callers
Function
main
()
tools/cythonize.py:196
↓ 1 callers
Function
main
()
tools/wheels/check_license.py:24
↓ 1 callers
Function
main
()
doc/preprocess.py:7
↓ 1 callers
Function
main
()
doc/postprocess.py:7
↓ 1 callers
Function
main
()
numpy/core/code_generators/generate_umath.py:1399
↓ 1 callers
Function
main
()
numpy/core/code_generators/genapi.py:538
↓ 1 callers
Function
main
()
numpy/core/code_generators/generate_ufunc_api.py:178
↓ 1 callers
Function
main
()
numpy/core/code_generators/verify_c_api_version.py:53
↓ 1 callers
Function
main
()
numpy/core/code_generators/generate_numpy_api.py:228
↓ 1 callers
Function
main
()
numpy/core/code_generators/generate_umath_doc.py:34
↓ 1 callers
Function
main
()
numpy/linalg/lapack_lite/make_lite.py:332
↓ 1 callers
Function
main
()
numpy/_build_utils/process_src_template.py:37
↓ 1 callers
Function
main
()
numpy/_build_utils/tempita.py:32
↓ 1 callers
Function
main
()
numpy/_build_utils/gcc_build_bitness.py:9
↓ 1 callers
Function
main
()
numpy/distutils/conv_template.py:308
↓ 1 callers
Function
main
()
numpy/distutils/from_template.py:243
↓ 1 callers
Function
main
()
numpy/f2py/f2py2e.py:755
↓ 1 callers
Function
make_arrays
(funcdict)
numpy/core/code_generators/generate_umath.py:1176
↓ 1 callers
Function
make_cfft_plan
numpy/fft/_pocketfft.c:2081
↓ 1 callers
Function
make_code
(funcdict, filename)
numpy/core/code_generators/generate_umath.py:1361
↓ 1 callers
Function
make_partition_map
numpy/core/src/npysort/selection.cpp:422
↓ 1 callers
Function
make_rfftp_plan
numpy/fft/_pocketfft.c:1867
↓ 1 callers
Method
make_svn_version_py
Appends a data function to the data_files list that will generate __svn_version__.py file to the current package directory. Generate
numpy/distutils/misc_util.py:2027
↓ 1 callers
Function
make_ufuncs
(funcdict)
numpy/core/code_generators/generate_umath.py:1274
↓ 1 callers
Method
makemat
(cls, arr)
numpy/ma/extras.py:1621
↓ 1 callers
Method
mandelbrot_numpy
(self, c, maxiter)
benchmarks/benchmarks/bench_ufunc_strides.py:177
↓ 1 callers
Method
mandelbrot_set
(self,xmin,xmax,ymin,ymax,width,height,maxiter)
benchmarks/benchmarks/bench_ufunc_strides.py:187
↓ 1 callers
Function
manifest_name
(config)
numpy/distutils/mingw32ccompiler.py:570
↓ 1 callers
Function
mapiter_fill_info
* Fill information about the iterator. The MapIterObject does not * need to have any information set for this function to work. * (PyArray_MapIterSw
numpy/core/src/multiarray/mapping.c:2406
↓ 1 callers
Function
mapparms
Linear map parameters between domains. Return the parameters of the linear map ``offset + scale*x`` that maps `old` to `new` such that `
numpy/polynomial/polyutils.py:260
↓ 1 callers
Method
mark_line
(self, lineno, as_func=None)
tools/c_coverage/c_coverage_report.py:50
↓ 1 callers
Function
mask_cols
Mask columns of a 2D array that contain masked values. This function is a shortcut to ``mask_rowcols`` with `axis` equal to 1. See Also
numpy/ma/extras.py:1097
↓ 1 callers
Function
mask_indices
Return the indices to access (n, n) arrays, given a masking function. Assume `mask_func` is a function that, for a square array a of size
numpy/lib/twodim_base.py:813
↓ 1 callers
Function
mask_rows
Mask rows of a 2D array that contain masked values. This function is a shortcut to ``mask_rowcols`` with `axis` equal to 0. See Also
numpy/ma/extras.py:1046
↓ 1 callers
Function
masked_all_like
Empty masked array with the properties of an existing array. Return an empty masked array of the same shape and dtype as the array `arr`
numpy/ma/extras.py:155
↓ 1 callers
Function
matcher
(self, version_string)
numpy/distutils/ccompiler.py:588
↓ 1 callers
Function
matrix_transpose
(x: Array, /)
numpy/array_api/linalg.py:223
↓ 1 callers
Method
max
Return the maximum value along an axis. Parameters ---------- See `amax` for complete descriptions See Also
numpy/matrixlib/defmatrix.py:612
↓ 1 callers
Method
maxes_of_dots
A magical feature score for each feature in each dataset :ref:`Haxby et al., Neuron (2011) <HGC+11>`. If arrays are column-wi
benchmarks/benchmarks/bench_app.py:62
↓ 1 callers
Function
mean
Compute the arithmetic mean along the specified axis. Returns the average of the array elements. The average is taken over the flattene
numpy/core/fromnumeric.py:3386
↓ 1 callers
Function
meshgrid
Array API compatible wrapper for :py:func:`np.meshgrid <numpy.meshgrid>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:236
↓ 1 callers
Method
meson_build_template
(self)
numpy/f2py/_backends/_meson.py:58
↓ 1 callers
Method
min
Return the minimum value along an axis. Parameters ---------- See `amin` for complete descriptions. See Als
numpy/matrixlib/defmatrix.py:686
↓ 1 callers
Function
minmax
Find the minimum and maximum of an integer array */
numpy/core/src/multiarray/compiled_base.c:79
↓ 1 callers
Function
mk_complex_array
numpy/linalg/umath_linalg.cpp:2177
↓ 1 callers
Function
mk_complex_array_conjugate_pair
numpy/linalg/umath_linalg.cpp:2191
↓ 1 callers
Function
mk_complex_array_from_real
numpy/linalg/umath_linalg.cpp:2166
↓ 1 callers
Function
mk_geev_complex_eigenvectors
numpy/linalg/umath_linalg.cpp:2215
↓ 1 callers
Function
msort
Return a copy of an array sorted along the first axis. .. deprecated:: 1.24 msort is deprecated, use ``np.sort(a, axis=0)`` instead.
numpy/lib/function_base.py:3718
↓ 1 callers
Function
msvc_manifest_xml
Given a major and minor version of the MSVCR, returns the corresponding XML file.
numpy/distutils/mingw32ccompiler.py:498
↓ 1 callers
Function
mt19937_gen
numpy/random/src/mt19937/mt19937.c:82
↓ 1 callers
Function
mt19937_jump_state
numpy/random/src/mt19937/mt19937-jump.c:98
↓ 1 callers
Function
mt19937_next64
numpy/random/src/mt19937/mt19937.h:48
↓ 1 callers
Function
mt19937_seed
numpy/random/src/mt19937/mt19937.c:4
↓ 1 callers
Function
mul_64_64
Long integer multiply */
numpy/core/src/common/npy_extint128.h:90
↓ 1 callers
Function
mulhilo64
numpy/random/src/philox/philox.h:30
↓ 1 callers
Function
multi_DECREF
numpy/core/src/multiarray/mapping.c:163
↓ 1 callers
Function
my_sincosm1pi
adapted from https://stackoverflow.com/questions/42792939/ CAUTION: this function only works for arguments in the range [-0.25; 0.25]!
numpy/fft/_pocketfft.c:48
↓ 1 callers
Function
myeval
Like `eval` but returns only integers and floats
numpy/f2py/crackfortran.py:2301
↓ 1 callers
Function
nanvar
Compute the variance along the specified axis, while ignoring NaNs. Returns the variance of the array elements, a measure of the spread of
numpy/lib/nanfunctions.py:1618
↓ 1 callers
Function
nargs
(func)
numpy/array_api/tests/test_elementwise_functions.py:15
↓ 1 callers
Function
ndarray_func
(x)
numpy/typing/tests/data/pass/simple.py:11
↓ 1 callers
Function
ndim
Return the number of dimensions of an array. Parameters ---------- a : array_like Input array. If it is not already an ndar
numpy/core/fromnumeric.py:3177
↓ 1 callers
Function
negative
Array API compatible wrapper for :py:func:`np.negative <numpy.negative>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:578
↓ 1 callers
Function
nep_metadata
()
doc/neps/tools/build_index.py:19
↓ 1 callers
Function
new_array_op
Helper for ufunc_at, below */
numpy/core/src/umath/ufunc_object.c:5918
↓ 1 callers
Function
new_test
(arch, cc)
numpy/distutils/tests/test_ccompiler_opt.py:776
↓ 1 callers
Function
next
(obj)
tools/npy_tempita/compat3.py:10
↓ 1 callers
Method
next
(self)
numpy/core/_internal.py:645
↓ 1 callers
Function
nmask
Returns the mask, True if ``masked``, False if ``nomask``.
numpy/ma/core.py:7745
↓ 1 callers
Function
nonstructured_to_structured_resolve_descriptors
numpy/core/src/multiarray/convert_datatype.c:3082
← previous
next →
3,901–4,000 of 17,008, ranked by callers