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
Method
fromroots
Return series instance that has the specified roots. Returns a series representing the product ``(x - r[0])*(x - r[1])*...*(x - r[n-1
numpy/polynomial/_polybase.py:1048
↓ 3 callers
Function
gen
()
numpy/lib/tests/test_loadtxt.py:441
↓ 3 callers
Function
general_source_files
(top_path)
numpy/distutils/misc_util.py:613
↓ 3 callers
Method
generate_all_false
(self, dtype)
numpy/core/tests/test_numeric.py:3443
↓ 3 callers
Method
generate_state
(self, n_words, dtype=np.uint32)
numpy/random/tests/test_direct.py:177
↓ 3 callers
Method
getValue
(self)
numpy/linalg/lapack_lite/clapack_scrub.py:125
↓ 3 callers
Function
get_array_function
* Get an object's __array_function__ method in the fastest way possible. * Never raises an exception. Returns NULL if the method doesn't exist. */
numpy/core/src/multiarray/arrayfunction_override.c:29
↓ 3 callers
Function
get_atlas_version
(**config)
numpy/distutils/system_info.py:1778
↓ 3 callers
Method
get_data
(self, dtype1, dtype2)
numpy/core/tests/test_casting_unittests.py:157
↓ 3 callers
Function
get_datetime_units_factor
* Returns the scale factor between the units. Does not validate * that bigbase represents larger units than littlebase, or that * the units are not
numpy/core/src/multiarray/datetime.c:1047
↓ 3 callers
Function
get_datetimestruct_days
* Calculates the days offset from the 1970 epoch. */
numpy/core/src/multiarray/datetime.c:120
↓ 3 callers
Function
get_day_of_week
Gets the day of the week for a datetime64[D] value */
numpy/core/src/multiarray/datetime_busday.c:27
↓ 3 callers
Function
get_distribution
(always=False)
numpy/distutils/core.py:93
↓ 3 callers
Function
get_elsize
(var)
numpy/f2py/capi_maps.py:469
↓ 3 callers
Function
get_fields_transfer_function
* Handles fields transfer. To call this, at least one of the dtypes * must have fields. Does not take care of object<->structure conversion */
numpy/core/src/multiarray/dtype_transfer.c:2277
↓ 3 callers
Function
get_handler_name
numpy/core/src/multiarray/alloc.c:569
↓ 3 callers
Method
get_info
Return a dictionary with items that are compatible with numpy.distutils.setup keyword arguments.
numpy/distutils/system_info.py:844
↓ 3 callers
Method
get_libgcc_dir
(self)
numpy/distutils/fcompiler/gnu.py:144
↓ 3 callers
Function
get_module_dir
()
numpy/f2py/tests/util.py:54
↓ 3 callers
Function
get_numpy_include_dirs
()
numpy/distutils/misc_util.py:2143
↓ 3 callers
Function
get_parameters
(vars, global_params={})
numpy/f2py/crackfortran.py:2480
↓ 3 callers
Function
get_shared_lib_extension
Return the correct file extension for shared libraries. Parameters ---------- is_python_ext : bool, optional Whether the shared l
numpy/distutils/misc_util.py:680
↓ 3 callers
Function
get_subarray_transfer_function
* Handles subarray transfer. To call this, at least one of the dtype's * subarrays must be non-NULL */
numpy/core/src/multiarray/dtype_transfer.c:2071
↓ 3 callers
Method
get_subpackage
Return list of subpackage configurations. Parameters ---------- subpackage_name : str or None Name of the subpack
numpy/distutils/misc_util.py:966
↓ 3 callers
Function
get_wrapped_legacy_cast_function
* This function wraps the legacy casts stored on the `dtype->f->cast` * or registered with `PyArray_RegisterCastFunc`. * For casts between two dtype
numpy/core/src/multiarray/dtype_transfer.c:3227
↓ 3 callers
Function
getarrdims
(a, var, verbose=0)
numpy/f2py/capi_maps.py:281
↓ 3 callers
Function
getoutput
(cmd, successful_status=(0,), stacklevel=1)
numpy/distutils/cpuinfo.py:27
↓ 3 callers
Function
good_size
returns the smallest composite of 2, 3, 5, 7 and 11 which is >= n */
numpy/fft/_pocketfft.c:260
↓ 3 callers
Function
hascommon
(rout)
numpy/f2py/auxfuncs.py:547
↓ 3 callers
Function
hsplit
Split an array into multiple sub-arrays horizontally (column-wise). Please refer to the `split` documentation. `hsplit` is equivalent t
numpy/lib/shape_base.py:874
↓ 3 callers
Function
i0
Modified Bessel function of the first kind, order 0. Usually denoted :math:`I_0`. Parameters ---------- x : array_like of float
numpy/lib/function_base.py:3431
↓ 3 callers
Function
identity
Return the identity array. The identity array is a square array with ones on the main diagonal. Parameters ---------- n : i
numpy/core/numeric.py:2125
↓ 3 callers
Method
imag
The imaginary part of the masked array. This property is a view on the imaginary part of this `MaskedArray`. See Also
numpy/ma/core.py:4472
↓ 3 callers
Function
indices
Return an array representing the indices of a grid. Compute an array where the subarrays contain index values 0, 1, ... varying only alo
numpy/core/numeric.py:1674
↓ 3 callers
Function
init_gesv
numpy/linalg/umath_linalg.cpp:1689
↓ 3 callers
Function
insert
Insert values along the given axis before the given indices. Parameters ---------- arr : array_like Input array. obj : i
numpy/lib/function_base.py:5370
↓ 3 callers
Method
integ
Integrate. Return a series instance that is the definite integral of the current series. Parameters ----------
numpy/polynomial/_polybase.py:853
↓ 3 callers
Function
inv
Compute the (multiplicative) inverse of a matrix. Given a square matrix `a`, return the matrix `ainv` satisfying ``dot(a, ainv) = dot(ai
numpy/linalg/linalg.py:493
↓ 3 callers
Function
invalid_textfile
(filedir)
numpy/lib/tests/test__datasource.py:57
↓ 3 callers
Function
isCommentLine
(line)
numpy/linalg/lapack_lite/clapack_scrub.py:158
↓ 3 callers
Method
is_cached
Returns True if the class loaded from the cache file
numpy/distutils/ccompiler_opt.py:2245
↓ 3 callers
Function
is_default_array_function
* Is this object ndarray.__array_function__? */
numpy/core/src/multiarray/arrayfunction_override.c:142
↓ 3 callers
Function
is_holiday
* Returns 1 if the date is a holiday (contained in the sorted * list of dates), 0 otherwise. * * The holidays list should be normalized, which mean
numpy/core/src/multiarray/datetime_busday.c:49
↓ 3 callers
Method
is_intent
(self, *names)
numpy/f2py/tests/test_array_from_pyobj.py:100
↓ 3 callers
Function
is_local_src_dir
Return true if directory is local directory.
numpy/distutils/misc_util.py:598
↓ 3 callers
Function
is_unicode
(obj)
tools/npy_tempita/compat3.py:36
↓ 3 callers
Function
ischaracter_or_characterarray
(var)
numpy/f2py/auxfuncs.py:81
↓ 3 callers
Function
iscomplex
Returns a bool array, where True if input element is complex. What is tested is whether the input has a non-zero imaginary part, not if
numpy/lib/type_check.py:210
↓ 3 callers
Function
isintent_in
(var)
numpy/f2py/auxfuncs.py:428
↓ 3 callers
Function
isintent_out
(var)
numpy/f2py/auxfuncs.py:452
↓ 3 callers
Function
ismodule
(rout)
numpy/f2py/auxfuncs.py:275
↓ 3 callers
Function
isstring_or_stringarray
(var)
numpy/f2py/auxfuncs.py:93
↓ 3 callers
Function
isstringfunction
(rout)
numpy/f2py/auxfuncs.py:383
↓ 3 callers
Function
iter_multi_index
(i)
numpy/core/tests/test_nditer.py:16
↓ 3 callers
Function
iter_random_view_pairs
(x, same_steps=True, equal_size=False)
numpy/core/tests/test_mem_overlap.py:234
↓ 3 callers
Function
kaiser
Return the Kaiser window. The Kaiser window is a taper formed by using a Bessel function. Parameters ---------- M : int
numpy/lib/function_base.py:3493
↓ 3 callers
Function
key_value_from_command
(cmd, sep, successful_status=(0,), stacklevel=1)
numpy/distutils/cpuinfo.py:54
↓ 3 callers
Function
left_shift
Shift the bits of an integer to the left. This is the masked array version of `numpy.left_shift`, for details see that function. Se
numpy/ma/core.py:7205
↓ 3 callers
Function
legacy_chisquare
numpy/random/src/legacy/legacy-distributions.c:111
↓ 3 callers
Function
libdivide_64_div_32_to_32
libdivide_64_div_32_to_32: divides a 64-bit uint {u1, u0} by a 32-bit uint {v}. The result must fit in 32 bits. Returns the quotient directly and the
numpy/core/include/numpy/libdivide/libdivide.h:331
↓ 3 callers
Function
libdivide_count_leading_zeros32
numpy/core/include/numpy/libdivide/libdivide.h:281
↓ 3 callers
Function
libdivide_mullhi_u32_vector
Here, b is assumed to contain one 32-bit value repeated.
numpy/core/include/numpy/libdivide/libdivide.h:1232
↓ 3 callers
Function
libdivide_mullhi_u64
numpy/core/include/numpy/libdivide/libdivide.h:231
↓ 3 callers
Function
libdivide_mullhi_u64_vector
Here, y is assumed to contain one 64-bit value repeated. https://stackoverflow.com/a/28827013
numpy/core/include/numpy/libdivide/libdivide.h:1251
↓ 3 callers
Function
libdivide_s64_signbits
numpy/core/include/numpy/libdivide/libdivide.h:1223
↓ 3 callers
Method
library_extensions
(self)
numpy/distutils/system_info.py:967
↓ 3 callers
Function
load_library
It is possible to load a library using >>> lib = ctypes.cdll[<full_path_name>] # doctest: +SKIP But there are cross-platfor
numpy/ctypeslib.py:90
↓ 3 callers
Function
log10
Compute the logarithm base 10 of `x`. Return the "principal value" (for a description of this, see `numpy.log10`) of :math:`log_{10}(x)`
numpy/lib/scimath.py:300
↓ 3 callers
Function
make_rational_slow
numpy/core/src/umath/_rational_tests.c:140
↓ 3 callers
Function
make_temp_file
(suffix='', prefix='', text=True)
numpy/distutils/misc_util.py:310
↓ 3 callers
Method
makegen
(self)
numpy/core/tests/test_numeric.py:1186
↓ 3 callers
Function
matrix_rank
Return matrix rank of array using SVD method Rank of the array is the number of singular values of the array that are greater than `tol`
numpy/linalg/linalg.py:1826
↓ 3 callers
Function
max
( x: Array, /, *, axis: Optional[Union[int, Tuple[int, ...]]] = None, keepdims: bool = Fal
numpy/array_api/_statistical_functions.py:19
↓ 3 callers
Method
mean
Returns the average of the matrix elements along the given axis. Refer to `numpy.mean` for full documentation. See Also
numpy/matrixlib/defmatrix.py:414
↓ 3 callers
Function
mod
Return (a % i), that is pre-Python 2.6 string formatting (interpolation), element-wise for a pair of array_likes of str or unicode.
numpy/core/defchararray.py:395
↓ 3 callers
Function
msvc_runtime_library
Return name of MSVC runtime library if Python was built with MSVC >= 7
numpy/distutils/misc_util.py:442
↓ 3 callers
Function
msvc_runtime_major
Return major version of MSVC runtime coded like get_build_msvc_version
numpy/distutils/misc_util.py:453
↓ 3 callers
Function
mt19937_next
Slightly optimized reference implementation of the Mersenne Twister */
numpy/random/src/mt19937/mt19937.h:27
↓ 3 callers
Function
multiiter_new_impl
* Common implementation for all PyArrayMultiIterObject constructors. */
numpy/core/src/multiarray/iterators.c:1255
↓ 3 callers
Function
ndenumerate
Multidimensional index iterator. Return an iterator yielding pairs of array coordinates and values, skipping elements that are masked. W
numpy/ma/extras.py:1665
↓ 3 callers
Function
new_compiler
(plat=None, compiler=None, verbose=None, dry_run=0,
numpy/distutils/ccompiler.py:753
↓ 3 callers
Function
normpath
(path)
tools/cythonize.py:135
↓ 3 callers
Function
npy_bswap8_unaligned
numpy/core/src/common/lowlevel_strided_loops.h:534
↓ 3 callers
Function
npy_free_cache_dim
numpy/core/src/multiarray/alloc.c:197
↓ 3 callers
Function
npy_free_cache_dim_array
numpy/core/src/multiarray/alloc.h:40
↓ 3 callers
Function
npy_half_isnan
numpy/core/src/npymath/halffloat.cpp:45
↓ 3 callers
Function
npyiter_allocate_buffers
* If errmsg is non-NULL, it should point to a variable which will * receive the error message, and no Python exception will be set. * This is so tha
numpy/core/src/multiarray/nditer_api.c:1754
↓ 3 callers
Function
npyiter_seq_item
numpy/core/src/multiarray/nditer_pywrap.c:1969
↓ 3 callers
Function
npyv128_cvtsi128_si64
numpy/core/src/common/simd/sse/utils.h:9
↓ 3 callers
Function
npyv__bitscan_revnz_u64
numpy/core/src/common/simd/intdiv.h:106
↓ 3 callers
Function
npyv_loadn_s32
* Non-contiguous Load ***************************/
numpy/core/src/common/simd/neon/memory.h:53
↓ 3 callers
Function
npyv_loadn_s64
/ 64
numpy/core/src/common/simd/neon/memory.h:76
↓ 3 callers
Function
npyv_select_u8
numpy/core/src/common/simd/sse/misc.h:117
↓ 3 callers
Function
npyv_storen_s64
/ 64
numpy/core/src/common/simd/neon/memory.h:135
↓ 3 callers
Function
offset_bounds_from_strides
Gets a half-open range [start, end) of offsets from the data pointer */
numpy/core/src/common/mem_overlap.c:659
↓ 3 callers
Method
opt
(self)
numpy/distutils/tests/test_ccompiler_opt.py:89
↓ 3 callers
Method
parse_config_files
(self)
numpy/distutils/system_info.py:747
↓ 3 callers
Function
parse_datetime_unit_from_string
* Converts a substring given by 'str' and 'len' into * a date time unit enum value. The 'metastr' parameter * is used for error messages, and may be
numpy/core/src/multiarray/datetime.c:1716
↓ 3 callers
Function
parse_flags
Parse a line from a config file containing compile flags. Parameters ---------- line : str A single line containing one or m
numpy/distutils/npy_pkg_config.py:31
↓ 3 callers
Function
parse_iso_8601_datetime
* Parses (almost) standard ISO 8601 date strings. The differences are: * * + The date "20100312" is parsed as the year 20100312, not as * equival
numpy/core/src/multiarray/datetime_strings.c:221
← previous
next →
1,301–1,400 of 17,008, ranked by callers