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
↓ 2 callers
Function
getusercode
(rout)
numpy/f2py/auxfuncs.py:716
↓ 2 callers
Function
getusercode1
(rout)
numpy/f2py/auxfuncs.py:720
↓ 2 callers
Method
gnu_version_match
Handle the different versions of GNU fortran compilers
numpy/distutils/fcompiler/gnu.py:31
↓ 2 callers
Function
gpaths
Apply glob to paths and prepend local_path if needed.
numpy/distutils/misc_util.py:303
↓ 2 callers
Function
gt_128
numpy/core/src/common/npy_extint128.h:212
↓ 2 callers
Function
handle_promotion
* Do the promotion step and possible casting. This function should * never be called if a descriptor was requested. In that case the output * dtype
numpy/core/src/multiarray/array_coercion.c:685
↓ 2 callers
Function
handle_scalar
* Handle a leave node (known scalar) during dtype and shape discovery. * * @param obj The python object or nested sequence to convert * @param curr
numpy/core/src/multiarray/array_coercion.c:730
↓ 2 callers
Function
has_cxx_sources
Return True if sources contains C++ files
numpy/distutils/misc_util.py:535
↓ 2 callers
Function
has_f77_compiler
()
numpy/f2py/tests/util.py:271
↓ 2 callers
Function
has_f90_header
(src)
numpy/distutils/fcompiler/__init__.py:1007
↓ 2 callers
Function
has_f_sources
Return True if sources contains Fortran files
numpy/distutils/misc_util.py:528
↓ 2 callers
Function
has_list_item
* Checks that a space-separated list of items contains one given 'item'. * Returns 1 if found, 0 otherwise. */
numpy/core/src/common/npy_cpuinfo_parser.h:188
↓ 2 callers
Function
has_nested_fields
Returns whether one or several fields of a dtype are nested. Parameters ---------- ndtype : dtype Data-type of a structured
numpy/lib/_iotools.py:59
↓ 2 callers
Function
hasassumedshape
(rout)
numpy/f2py/auxfuncs.py:302
↓ 2 callers
Function
hermadd
Add one Hermite series to another. Returns the sum of two Hermite series `c1` + `c2`. The arguments are sequences of coefficients order
numpy/polynomial/hermite.py:313
↓ 2 callers
Function
hermcompanion
Return the scaled companion matrix of c. The basis polynomials are scaled so that the companion matrix is symmetric when `c` is an Hermite ba
numpy/polynomial/hermite.py:1407
↓ 2 callers
Function
hermeadd
Add one Hermite series to another. Returns the sum of two Hermite series `c1` + `c2`. The arguments are sequences of coefficients order
numpy/polynomial/hermite_e.py:312
↓ 2 callers
Function
hermecompanion
Return the scaled companion matrix of c. The basis polynomials are scaled so that the companion matrix is symmetric when `c` is an Hermi
numpy/polynomial/hermite_e.py:1399
↓ 2 callers
Function
hermemulx
Multiply a Hermite series by x. Multiply the Hermite series `c` by x, where x is the independent variable. Parameters ----------
numpy/polynomial/hermite_e.py:392
↓ 2 callers
Function
hermmulx
Multiply a Hermite series by x. Multiply the Hermite series `c` by x, where x is the independent variable. Parameters ----------
numpy/polynomial/hermite.py:393
↓ 2 callers
Function
histogram_bin_edges
r""" Function to calculate only the edges of the bins used by the `histogram` function. Parameters ---------- a : array_like
numpy/lib/histograms.py:471
↓ 2 callers
Function
html_quote
(value, force=True)
tools/npy_tempita/__init__.py:448
↓ 2 callers
Function
identity_like_generalized
(a)
numpy/linalg/tests/test_linalg.py:453
↓ 2 callers
Function
identity_matrix
numpy/linalg/umath_linalg.cpp:973
↓ 2 callers
Function
ilaclc_
numpy/linalg/lapack_lite/f2c_lapack.c:186
↓ 2 callers
Function
ilaclr_
numpy/linalg/lapack_lite/f2c_lapack.c:259
↓ 2 callers
Function
iladlc_
numpy/linalg/lapack_lite/f2c_lapack.c:335
↓ 2 callers
Function
iladlr_
numpy/linalg/lapack_lite/f2c_lapack.c:402
↓ 2 callers
Function
ilaslc_
numpy/linalg/lapack_lite/f2c_lapack.c:1101
↓ 2 callers
Function
ilaslr_
numpy/linalg/lapack_lite/f2c_lapack.c:1168
↓ 2 callers
Function
ilazlc_
numpy/linalg/lapack_lite/f2c_lapack.c:1238
↓ 2 callers
Function
ilazlr_
numpy/linalg/lapack_lite/f2c_lapack.c:1311
↓ 2 callers
Function
indent
(st, spaces)
numpy/core/code_generators/generate_umath.py:1135
↓ 2 callers
Function
init_gqr_common
numpy/linalg/umath_linalg.cpp:3321
↓ 2 callers
Function
init_linearize_data_ex
numpy/linalg/umath_linalg.cpp:555
↓ 2 callers
Function
inner
Returns the inner product of a and b for arrays of floating point types. Like the generic NumPy equivalent the product sum is over the last
numpy/ma/core.py:7925
↓ 2 callers
Function
insert_quotes
Inverse of eliminate_quotes.
numpy/f2py/symbolic.py:1201
↓ 2 callers
Function
interesting_binop_operands
Helper to create "interesting" operands to cover common code paths: * scalar inputs * only first "values" is an array (e.g. scalar divisi
numpy/core/tests/test_umath.py:42
↓ 2 callers
Method
internal_define
(self)
numpy/core/code_generators/genapi.py:341
↓ 2 callers
Method
interpolate
(self, value)
numpy/distutils/npy_pkg_config.py:177
↓ 2 callers
Method
interpolate
Interpolate a function at the Chebyshev points of the first kind. Returns the series that interpolates `func` at the Chebyshev points of
numpy/polynomial/chebyshev.py:2038
↓ 2 callers
Function
irfft
Computes the inverse of `rfft`. This function computes the inverse of the one-dimensional *n*-point discrete Fourier Transform of real i
numpy/fft/_pocketfft.py:414
↓ 2 callers
Function
isBlank
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:162
↓ 2 callers
Function
is_any_numpy_timedelta
* Returns true if the object is something that is best considered * a Datetime, false otherwise. */
numpy/core/src/multiarray/datetime.c:3083
↓ 2 callers
Function
is_glob_pattern
(s)
numpy/distutils/misc_util.py:506
↓ 2 callers
Function
is_npy_no_signal
Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.
numpy/core/setup.py:109
↓ 2 callers
Function
is_sequence_of_strings
(seq)
numpy/distutils/fcompiler/__init__.py:59
↓ 2 callers
Function
is_unexpected
Check if this needs to be considered.
numpy/tests/test_public_api.py:305
↓ 2 callers
Method
isalnum
Returns true for each element if all characters in the string are alphanumeric and there is at least one character, false oth
numpy/core/defchararray.py:2364
↓ 2 callers
Method
isalpha
Returns true for each element if all characters in the string are alphabetic and there is at least one character, false other
numpy/core/defchararray.py:2377
↓ 2 callers
Function
ischaracter
(var)
numpy/f2py/auxfuncs.py:85
↓ 2 callers
Function
iscomplexfunction
(rout)
numpy/f2py/auxfuncs.py:357
↓ 2 callers
Method
isdecimal
For each element in `self`, return True if there are only decimal characters in the element. See Also --------
numpy/core/defchararray.py:2717
↓ 2 callers
Function
isfunction
Return true if the object is a user-defined function. Function objects provide these attributes: __doc__ documentation string
numpy/_utils/_inspect.py:26
↓ 2 callers
Function
isinf
Array API compatible wrapper for :py:func:`np.isinf <numpy.isinf>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:403
↓ 2 callers
Function
isintent_aux
(var)
numpy/f2py/auxfuncs.py:490
↓ 2 callers
Function
isintent_c
(var)
numpy/f2py/auxfuncs.py:466
↓ 2 callers
Function
isintent_nothide
(var)
numpy/f2py/auxfuncs.py:462
↓ 2 callers
Function
islogical
(var)
numpy/f2py/auxfuncs.py:124
↓ 2 callers
Method
islower
Returns true for each element if all cased characters in the string are lowercase and there is at least one cased character,
numpy/core/defchararray.py:2402
↓ 2 callers
Function
isneginf
Test element-wise for negative infinity, return result as bool array. Parameters ---------- x : array_like The input array.
numpy/lib/ufunclike.py:143
↓ 2 callers
Method
isnumeric
For each element in `self`, return True if there are only numeric characters in the element. See Also --------
numpy/core/defchararray.py:2705
↓ 2 callers
Function
isposinf
Test element-wise for positive infinity, return result as bool array. Parameters ---------- x : array_like The input array.
numpy/lib/ufunclike.py:72
↓ 2 callers
Function
isrealobj
Return True if x is a not complex type or an array of complex numbers. The type of the input is checked, not the value. So even if the input
numpy/lib/type_check.py:344
↓ 2 callers
Function
issubdtype
r""" Returns True if first argument is a typecode lower/equal in type hierarchy. This is like the builtin :func:`issubclass`, but for `dtype`
numpy/core/numerictypes.py:358
↓ 2 callers
Function
kron
Kronecker product of two arrays. Computes the Kronecker product, a composite array made of blocks of the second array scaled by the firs
numpy/lib/shape_base.py:1068
↓ 2 callers
Function
lagadd
Add one Laguerre series to another. Returns the sum of two Laguerre series `c1` + `c2`. The arguments are sequences of coefficients ord
numpy/polynomial/laguerre.py:307
↓ 2 callers
Function
lagcompanion
Return the companion matrix of c. The usual companion matrix of the Laguerre polynomials is already symmetric when `c` is a basis Laguer
numpy/polynomial/laguerre.py:1404
↓ 2 callers
Function
lagmulx
Multiply a Laguerre series by x. Multiply the Laguerre series `c` by x, where x is the independent variable. Parameters ----------
numpy/polynomial/laguerre.py:388
↓ 2 callers
Function
lagval
Evaluate a Laguerre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
numpy/polynomial/laguerre.py:801
↓ 2 callers
Function
largest_prime_factor
numpy/fft/_pocketfft.c:217
↓ 2 callers
Function
legacy_promote_using_legacy_type_resolver
* Fills in the operation_DTypes with borrowed references. This may change * the content, since it will use the legacy type resolution, which can spe
numpy/core/src/umath/dispatching.c:597
↓ 2 callers
Function
legadd
Add one Legendre series to another. Returns the sum of two Legendre series `c1` + `c2`. The arguments are sequences of coefficients ord
numpy/polynomial/legendre.py:322
↓ 2 callers
Function
legcompanion
Return the scaled companion matrix of c. The basis polynomials are scaled so that the companion matrix is symmetric when `c` is an Legendre b
numpy/polynomial/legendre.py:1415
↓ 2 callers
Function
legmulx
Multiply a Legendre series by x. Multiply the Legendre series `c` by x, where x is the independent variable. Parameters ----------
numpy/polynomial/legendre.py:408
↓ 2 callers
Function
legval
Evaluate a Legendre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
numpy/polynomial/legendre.py:832
↓ 2 callers
Function
libdivide_128_div_128_to_64
Computes a 128 / 128 -> 64 bit division, with a 128 bit remainder.
numpy/core/include/numpy/libdivide/libdivide.h:458
↓ 2 callers
Function
libdivide_internal_s32_gen
numpy/core/include/numpy/libdivide/libdivide.h:881
↓ 2 callers
Function
libdivide_internal_s64_gen
numpy/core/include/numpy/libdivide/libdivide.h:1050
↓ 2 callers
Function
libdivide_internal_u32_gen
numpy/core/include/numpy/libdivide/libdivide.h:555
↓ 2 callers
Function
libdivide_internal_u64_gen
numpy/core/include/numpy/libdivide/libdivide.h:712
↓ 2 callers
Function
libdivide_mullhi_s32
numpy/core/include/numpy/libdivide/libdivide.h:224
↓ 2 callers
Function
libdivide_mullhi_s32_vector
b is one 32-bit value repeated.
numpy/core/include/numpy/libdivide/libdivide.h:1241
↓ 2 callers
Function
libdivide_mullhi_s64
numpy/core/include/numpy/libdivide/libdivide.h:258
↓ 2 callers
Function
libdivide_mullhi_s64_vector
y is one 64-bit value repeated.
numpy/core/include/numpy/libdivide/libdivide.h:1272
↓ 2 callers
Function
libdivide_s64_shift_right_vector
numpy/core/include/numpy/libdivide/libdivide.h:1227
↓ 2 callers
Method
linear_solve
Return a, b such that a * symbol + b == self. If self is not linear with respect to symbol, raise RuntimeError.
numpy/f2py/symbolic.py:774
↓ 2 callers
Function
load_all_fcompiler_classes
Cache all the FCompiler classes found in modules in the numpy.distutils.fcompiler package.
numpy/distutils/fcompiler/__init__.py:775
↓ 2 callers
Method
load_flags_auxv
(self)
numpy/core/tests/test_cpu_features.py:107
↓ 2 callers
Method
load_flags_cpuinfo
(self, magic_key)
numpy/core/tests/test_cpu_features.py:93
↓ 2 callers
Function
make_cfftp_plan
numpy/fft/_pocketfft.c:1046
↓ 2 callers
Method
make_config_py
Generate package __config__.py file containing system_info information used during building the package. This file is installed to th
numpy/distutils/misc_util.py:2108
↓ 2 callers
Function
make_f2py_compile_parser
()
numpy/f2py/f2py2e.py:554
↓ 2 callers
Function
make_fftblue_plan
numpy/fft/_pocketfft.c:1904
↓ 2 callers
Function
make_iso_8601_datetime
* Converts an npy_datetimestruct to an (almost) ISO 8601 * NULL-terminated string. If the string fits in the space exactly, * it leaves out the NULL
numpy/core/src/multiarray/datetime_strings.c:886
↓ 2 callers
Function
make_rfft_plan
numpy/fft/_pocketfft.c:2141
↓ 2 callers
Function
masked_all
Empty masked array with all elements masked. Return an empty masked array of the given shape and dtype, where all the data are masked.
numpy/ma/extras.py:103
↓ 2 callers
Function
masked_greater
Mask an array where greater than a given value. This function is a shortcut to ``masked_where``, with `condition` = (x > value). Se
numpy/ma/core.py:1950
↓ 2 callers
Function
masked_greater_equal
Mask an array where greater than or equal to a given value. This function is a shortcut to ``masked_where``, with `condition` = (x >= va
numpy/ma/core.py:1976
↓ 2 callers
Function
masked_inside
Mask an array inside a given interval. Shortcut to ``masked_where``, where `condition` is True for `x` inside the interval [v1,v2] (v1 <
numpy/ma/core.py:2112
← previous
next →
2,001–2,100 of 17,008, ranked by callers