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
Method
test_option_types
(self, error_msg, option, val)
numpy/distutils/tests/test_ccompiler_opt_conf.py:71
↓ 1 callers
Method
test_sandboxing
(self)
numpy/lib/tests/test__datasource.py:226
↓ 1 callers
Method
test_sandboxing
(self)
numpy/lib/tests/test__datasource.py:269
↓ 1 callers
Method
test_scalar_array
(self, cls=np.ndarray)
numpy/lib/tests/test_shape_base.py:154
↓ 1 callers
Function
test_setup
Make sure all the downloadable files needed for wheel building exist and can be opened
tools/openblas_support.py:282
↓ 1 callers
Function
test_version
Assert that expected OpenBLAS version is actually available via NumPy. Requires threadpoolctl
tools/openblas_support.py:326
↓ 1 callers
Function
title
Return element-wise title cased version of string or unicode. Title case words start with uppercase characters, all remaining cased char
numpy/core/defchararray.py:1697
↓ 1 callers
Method
title
For each element in `self`, return a titlecased version of the string: words start with uppercase characters, all remaining cased
numpy/core/defchararray.py:2654
↓ 1 callers
Function
to_64
numpy/core/src/common/npy_extint128.h:77
↓ 1 callers
Method
to_device
(self: Array, device: Device, /, stream: None = None)
numpy/array_api/_array_object.py:1068
↓ 1 callers
Method
to_string
(self)
numpy/core/tests/test_arrayprint.py:109
↓ 1 callers
Method
tobytes
(self)
numpy/lib/user_array.py:230
↓ 1 callers
Method
tolist
Return the matrix as a (possibly nested) list. See `ndarray.tolist` for full documentation. See Also --------
numpy/matrixlib/defmatrix.py:265
↓ 1 callers
Method
tolist
Return the data portion of the array as a list. Data items are converted to the nearest compatible Python type. Masked value
numpy/ma/mrecords.py:425
↓ 1 callers
Method
train
(self, max_epoch)
benchmarks/benchmarks/bench_ufunc_strides.py:202
↓ 1 callers
Function
translate
For each element in `a`, return a copy of the string where all characters occurring in the optional argument `deletechars` are removed, a
numpy/core/defchararray.py:1741
↓ 1 callers
Function
traverse
Traverse f2py data structure with the following visit function: def visit(item, parents, result, *args, **kwargs): """ parents i
numpy/f2py/crackfortran.py:3565
↓ 1 callers
Function
traverse_fields_function
numpy/core/src/multiarray/dtype_traversal.c:276
↓ 1 callers
Function
trim_lex
r""" Takes a lexed list of tokens, and removes whitespace when there is a directive on a line by itself: >>> tokens = lex('{{if x}}\nx
tools/npy_tempita/__init__.py:706
↓ 1 callers
Function
triu
Upper triangle of an array. Return a copy of an array with the elements below the `k`-th diagonal zeroed. For arrays with ``ndim`` excee
numpy/lib/twodim_base.py:486
↓ 1 callers
Function
triu_matrix
numpy/linalg/umath_linalg.cpp:990
↓ 1 callers
Function
trivial_at_loop
* Use an indexed loop to do the work * Returns 0 if successful */
numpy/core/src/umath/ufunc_object.c:5933
↓ 1 callers
Function
true_intent_list
(var)
numpy/f2py/crackfortran.py:3379
↓ 1 callers
Function
try_compile
(compiler, file, flags = [], verbose=False)
setup.py:195
↓ 1 callers
Function
try_trivial_single_output_loop
* Check whether a trivial loop is possible and call the innerloop if it is. * A trivial loop is defined as one where a single strided inner-loop call
numpy/core/src/umath/ufunc_object.c:1259
↓ 1 callers
Method
tst_all_isclose
(self, x, y)
numpy/core/tests/test_numeric.py:2572
↓ 1 callers
Method
tst_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2441
↓ 1 callers
Method
tst_basic
(self, x, T, mask, val)
numpy/core/tests/test_multiarray.py:5060
↓ 1 callers
Method
tst_basic
(self, x)
numpy/core/tests/test_multiarray.py:5139
↓ 1 callers
Method
tst_isclose_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2579
↓ 1 callers
Method
tst_none_isclose
(self, x, y)
numpy/core/tests/test_numeric.py:2575
↓ 1 callers
Method
tst_not_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2444
↓ 1 callers
Function
tuple_all_none
numpy/core/src/umath/ufunc_object.c:3887
↓ 1 callers
Function
type2def
(symbol)
numpy/core/setup_common.py:218
↓ 1 callers
Function
type_aliases_gen
()
numpy/core/_add_newdocs_scalars.py:19
↓ 1 callers
Function
type_tuple_type_resolver
* Does a linear search for the inner loop of the ufunc specified by type_tup. * * Note that if an error is returned, the caller must free the non-ze
numpy/core/src/umath/ufunc_type_resolution.c:2105
↓ 1 callers
Function
type_tuple_type_resolver_core
numpy/core/src/umath/ufunc_type_resolution.c:2012
↓ 1 callers
Function
type_tuple_userloop_type_resolver
* Does a search through the arguments and the loops */
numpy/core/src/umath/ufunc_type_resolution.c:1781
↓ 1 callers
Function
typeinfo_init_structsequences
numpy/core/src/multiarray/typeinfo.c:97
↓ 1 callers
Function
ufunc_at__fast_iter
numpy/core/src/umath/ufunc_object.c:5993
↓ 1 callers
Function
ufunc_at__slow_iter
numpy/core/src/umath/ufunc_object.c:6065
↓ 1 callers
Function
ufunc_update_use_defaults
* This is a strategy to buy a little speed up and avoid the dictionary * look-up in the default case. It should work in the presence of * threads.
numpy/core/src/umath/extobj.c:27
↓ 1 callers
Function
undo_rmbadname
(names)
numpy/f2py/crackfortran.py:287
↓ 1 callers
Function
uniform32_from_uint
(x, bits)
numpy/random/tests/test_direct.py:72
↓ 1 callers
Function
uniform32_from_uint32
(x)
numpy/random/tests/test_direct.py:68
↓ 1 callers
Function
uniform32_from_uint53
(x)
numpy/random/tests/test_direct.py:62
↓ 1 callers
Function
uniform32_from_uint64
(x)
numpy/random/tests/test_direct.py:53
↓ 1 callers
Function
uniform_from_dsfmt
(x)
numpy/random/tests/test_direct.py:103
↓ 1 callers
Function
uniform_from_uint
(x, bits)
numpy/random/tests/test_direct.py:83
↓ 1 callers
Function
union1d
Union of two arrays. The output is always a masked array. See `numpy.union1d` for more details. See Also -------- numpy.union1d
numpy/ma/extras.py:1354
↓ 1 callers
Function
unix2dos
Replace LF with CRLF in argument files. Print names of changed files.
numpy/distutils/line_endings.py:43
↓ 1 callers
Function
unpack_bits
numpy/core/src/multiarray/compiled_base.c:1753
↓ 1 callers
Function
unpack_indices
* Turn an index argument into a c-array of `PyObject *`s, one for each index. * * When a tuple is passed, the tuple elements are unpacked into the b
numpy/core/src/multiarray/mapping.c:223
↓ 1 callers
Function
unpack_scalar
Unpack a single scalar index, taking a new reference to match unpack_tuple */
numpy/core/src/multiarray/mapping.c:197
↓ 1 callers
Function
unpack_targz
(fname)
tools/openblas_support.py:203
↓ 1 callers
Function
unpack_tuple
* Unpack a tuple into an array of new references. Returns the number of objects * unpacked. * * Useful if a tuple is being iterated over multiple t
numpy/core/src/multiarray/mapping.c:179
↓ 1 callers
Function
unpack_windows_zip
(fname, plat)
tools/openblas_support.py:178
↓ 1 callers
Function
unravel_index_loop
* Inner loop for unravel_index * order must be NPY_CORDER or NPY_FORTRANORDER */
numpy/core/src/multiarray/compiled_base.c:1189
↓ 1 callers
Function
unreplace_parenthesis
Inverse of replace_parenthesis.
numpy/f2py/symbolic.py:1260
↓ 1 callers
Method
update_executables
Called at the beginning of customisation. Subclasses should override this if they need to set up the executables dictionary. Note tha
numpy/distutils/fcompiler/__init__.py:364
↓ 1 callers
Function
updatevars
Returns last_name, the variable name without special chars, parenthesis or dimension specifiers. Alters groupcache to add the name,
numpy/f2py/crackfortran.py:1691
↓ 1 callers
Method
upgrade_mapper
Upgrade the mapper of a StringConverter by adding a new function and its corresponding default. The input function (or seque
numpy/lib/_iotools.py:543
↓ 1 callers
Function
upper
Return an array with the elements converted to uppercase. Calls `str.upper` element-wise. For 8-bit strings, this method is locale-depe
numpy/core/defchararray.py:1778
↓ 1 callers
Function
use2fortran
(use, tab='')
numpy/f2py/crackfortran.py:3355
↓ 1 callers
Method
use_distribution
(self, dist)
numpy/distutils/fcompiler/environment.py:84
↓ 1 callers
Function
validate_rst_syntax
Validates the doc string in a snippet of documentation `text` from file `name` Parameters ---------- text : str Docstring
tools/refguide_check.py:433
↓ 1 callers
Function
validate_spec
* Validate that the input is usable to create a new ArrayMethod. * * @param spec * @return 0 on success -1 on error. */
numpy/core/src/multiarray/array_method.c:175
↓ 1 callers
Method
var
Returns the variance of the matrix elements, along the given axis. Refer to `numpy.var` for full documentation. See Also
numpy/matrixlib/defmatrix.py:482
↓ 1 callers
Function
vars2fortran
(block, vars, args, tab='', as_interface=False)
numpy/f2py/crackfortran.py:3393
↓ 1 callers
Function
vdot
vdot(a, b, /) Return the dot product of two vectors. The vdot(`a`, `b`) function handles complex numbers differently than dot(`a`,
numpy/core/multiarray.py:835
↓ 1 callers
Function
view_element_first_byte
Construct an array viewing the first byte of each element of `x`
numpy/core/tests/test_mem_overlap.py:567
↓ 1 callers
Function
visibility_define
Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).
numpy/core/setup.py:406
↓ 1 callers
Function
warn
(arr)
numpy/testing/tests/test_utils.py:1342
↓ 1 callers
Function
warn_if_insufficient
(width, binwidth)
numpy/core/numeric.py:2008
↓ 1 callers
Function
win32_checks
(deflist)
numpy/core/setup.py:125
↓ 1 callers
Function
within_tol
(x, y, atol, rtol)
numpy/core/numeric.py:2330
↓ 1 callers
Function
wrap_copy_swap_function
* This function is used only via `get_wrapped_legacy_cast_function` * when we wrap a legacy DType (or explicitly fall back to the legacy * wrapping)
numpy/core/src/multiarray/dtype_transfer.c:540
↓ 1 callers
Method
wrap_unlinkable_objects
Convert a set of object files that are not compatible with the default linker, to a file that is compatible. Parameters
numpy/distutils/fcompiler/__init__.py:726
↓ 1 callers
Function
wrapper_section
(title, content, tab_size=4)
doc/source/reference/simd/gen_features.py:134
↓ 1 callers
Method
write_bytes
(self, v)
numpy/lib/npyio.py:1533
↓ 1 callers
Function
write_code
(target)
numpy/core/code_generators/generate_umath_doc.py:21
↓ 1 callers
Method
write_meson_build
Writes the meson build file at specified location
numpy/f2py/_backends/_meson.py:145
↓ 1 callers
Method
write_normal
(self, v)
numpy/lib/npyio.py:1539
↓ 1 callers
Function
write_release_task
Append hashes of release files to release notes. This appends file hashes to the release notes and creates four README files of the result in
pavement.py:168
↓ 1 callers
Function
zdotu_
Double Complex */
numpy/linalg/lapack_lite/f2c_blas.c:15355
↓ 1 callers
Function
zeros_like
Array API compatible wrapper for :py:func:`np.zeros_like <numpy.zeros_like>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:338
↓ 1 callers
Function
zfill
Return the numeric string left-filled with zeros Calls `str.zfill` element-wise. Parameters ---------- a : array_like, {str, un
numpy/core/defchararray.py:1817
↓ 1 callers
Function
zgebak_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:55
↓ 1 callers
Function
zgebal_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:266
↓ 1 callers
Function
zgebd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:656
↓ 1 callers
Function
zgehd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:1825
↓ 1 callers
Function
zgelq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:2326
↓ 1 callers
Function
zgeqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:3441
↓ 1 callers
Function
zgerc_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:16705
↓ 1 callers
Function
zgeru_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:16901
↓ 1 callers
Function
zgetf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6445
↓ 1 callers
Function
zgetrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6612
↓ 1 callers
Function
zgetrs_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6802
↓ 1 callers
Function
zher2_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:17506
↓ 1 callers
Function
zher2k_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:17931
← previous
next →
4,601–4,700 of 17,008, ranked by callers