MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersMethodtest_option_types
(self, error_msg, option, val)
numpy/distutils/tests/test_ccompiler_opt_conf.py:71
↓ 1 callersMethodtest_sandboxing
(self)
numpy/lib/tests/test__datasource.py:226
↓ 1 callersMethodtest_sandboxing
(self)
numpy/lib/tests/test__datasource.py:269
↓ 1 callersMethodtest_scalar_array
(self, cls=np.ndarray)
numpy/lib/tests/test_shape_base.py:154
↓ 1 callersFunctiontest_setup
Make sure all the downloadable files needed for wheel building exist and can be opened
tools/openblas_support.py:282
↓ 1 callersFunctiontest_version
Assert that expected OpenBLAS version is actually available via NumPy. Requires threadpoolctl
tools/openblas_support.py:326
↓ 1 callersFunctiontitle
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 callersMethodtitle
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 callersFunctionto_64
numpy/core/src/common/npy_extint128.h:77
↓ 1 callersMethodto_device
(self: Array, device: Device, /, stream: None = None)
numpy/array_api/_array_object.py:1068
↓ 1 callersMethodto_string
(self)
numpy/core/tests/test_arrayprint.py:109
↓ 1 callersMethodtobytes
(self)
numpy/lib/user_array.py:230
↓ 1 callersMethodtolist
Return the matrix as a (possibly nested) list. See `ndarray.tolist` for full documentation. See Also --------
numpy/matrixlib/defmatrix.py:265
↓ 1 callersMethodtolist
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 callersMethodtrain
(self, max_epoch)
benchmarks/benchmarks/bench_ufunc_strides.py:202
↓ 1 callersFunctiontranslate
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 callersFunctiontraverse
Traverse f2py data structure with the following visit function: def visit(item, parents, result, *args, **kwargs): """ parents i
numpy/f2py/crackfortran.py:3565
↓ 1 callersFunctiontraverse_fields_function
numpy/core/src/multiarray/dtype_traversal.c:276
↓ 1 callersFunctiontrim_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 callersFunctiontriu
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 callersFunctiontriu_matrix
numpy/linalg/umath_linalg.cpp:990
↓ 1 callersFunctiontrivial_at_loop
* Use an indexed loop to do the work * Returns 0 if successful */
numpy/core/src/umath/ufunc_object.c:5933
↓ 1 callersFunctiontrue_intent_list
(var)
numpy/f2py/crackfortran.py:3379
↓ 1 callersFunctiontry_compile
(compiler, file, flags = [], verbose=False)
setup.py:195
↓ 1 callersFunctiontry_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 callersMethodtst_all_isclose
(self, x, y)
numpy/core/tests/test_numeric.py:2572
↓ 1 callersMethodtst_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2441
↓ 1 callersMethodtst_basic
(self, x, T, mask, val)
numpy/core/tests/test_multiarray.py:5060
↓ 1 callersMethodtst_basic
(self, x)
numpy/core/tests/test_multiarray.py:5139
↓ 1 callersMethodtst_isclose_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2579
↓ 1 callersMethodtst_none_isclose
(self, x, y)
numpy/core/tests/test_numeric.py:2575
↓ 1 callersMethodtst_not_allclose
(self, x, y)
numpy/core/tests/test_numeric.py:2444
↓ 1 callersFunctiontuple_all_none
numpy/core/src/umath/ufunc_object.c:3887
↓ 1 callersFunctiontype2def
(symbol)
numpy/core/setup_common.py:218
↓ 1 callersFunctiontype_aliases_gen
()
numpy/core/_add_newdocs_scalars.py:19
↓ 1 callersFunctiontype_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 callersFunctiontype_tuple_type_resolver_core
numpy/core/src/umath/ufunc_type_resolution.c:2012
↓ 1 callersFunctiontype_tuple_userloop_type_resolver
* Does a search through the arguments and the loops */
numpy/core/src/umath/ufunc_type_resolution.c:1781
↓ 1 callersFunctiontypeinfo_init_structsequences
numpy/core/src/multiarray/typeinfo.c:97
↓ 1 callersFunctionufunc_at__fast_iter
numpy/core/src/umath/ufunc_object.c:5993
↓ 1 callersFunctionufunc_at__slow_iter
numpy/core/src/umath/ufunc_object.c:6065
↓ 1 callersFunctionufunc_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 callersFunctionundo_rmbadname
(names)
numpy/f2py/crackfortran.py:287
↓ 1 callersFunctionuniform32_from_uint
(x, bits)
numpy/random/tests/test_direct.py:72
↓ 1 callersFunctionuniform32_from_uint32
(x)
numpy/random/tests/test_direct.py:68
↓ 1 callersFunctionuniform32_from_uint53
(x)
numpy/random/tests/test_direct.py:62
↓ 1 callersFunctionuniform32_from_uint64
(x)
numpy/random/tests/test_direct.py:53
↓ 1 callersFunctionuniform_from_dsfmt
(x)
numpy/random/tests/test_direct.py:103
↓ 1 callersFunctionuniform_from_uint
(x, bits)
numpy/random/tests/test_direct.py:83
↓ 1 callersFunctionunion1d
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 callersFunctionunix2dos
Replace LF with CRLF in argument files. Print names of changed files.
numpy/distutils/line_endings.py:43
↓ 1 callersFunctionunpack_bits
numpy/core/src/multiarray/compiled_base.c:1753
↓ 1 callersFunctionunpack_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 callersFunctionunpack_scalar
Unpack a single scalar index, taking a new reference to match unpack_tuple */
numpy/core/src/multiarray/mapping.c:197
↓ 1 callersFunctionunpack_targz
(fname)
tools/openblas_support.py:203
↓ 1 callersFunctionunpack_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 callersFunctionunpack_windows_zip
(fname, plat)
tools/openblas_support.py:178
↓ 1 callersFunctionunravel_index_loop
* Inner loop for unravel_index * order must be NPY_CORDER or NPY_FORTRANORDER */
numpy/core/src/multiarray/compiled_base.c:1189
↓ 1 callersFunctionunreplace_parenthesis
Inverse of replace_parenthesis.
numpy/f2py/symbolic.py:1260
↓ 1 callersMethodupdate_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 callersFunctionupdatevars
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 callersMethodupgrade_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 callersFunctionupper
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 callersFunctionuse2fortran
(use, tab='')
numpy/f2py/crackfortran.py:3355
↓ 1 callersMethoduse_distribution
(self, dist)
numpy/distutils/fcompiler/environment.py:84
↓ 1 callersFunctionvalidate_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 callersFunctionvalidate_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 callersMethodvar
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 callersFunctionvars2fortran
(block, vars, args, tab='', as_interface=False)
numpy/f2py/crackfortran.py:3393
↓ 1 callersFunctionvdot
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 callersFunctionview_element_first_byte
Construct an array viewing the first byte of each element of `x`
numpy/core/tests/test_mem_overlap.py:567
↓ 1 callersFunctionvisibility_define
Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).
numpy/core/setup.py:406
↓ 1 callersFunctionwarn
(arr)
numpy/testing/tests/test_utils.py:1342
↓ 1 callersFunctionwarn_if_insufficient
(width, binwidth)
numpy/core/numeric.py:2008
↓ 1 callersFunctionwin32_checks
(deflist)
numpy/core/setup.py:125
↓ 1 callersFunctionwithin_tol
(x, y, atol, rtol)
numpy/core/numeric.py:2330
↓ 1 callersFunctionwrap_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 callersMethodwrap_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 callersFunctionwrapper_section
(title, content, tab_size=4)
doc/source/reference/simd/gen_features.py:134
↓ 1 callersMethodwrite_bytes
(self, v)
numpy/lib/npyio.py:1533
↓ 1 callersFunctionwrite_code
(target)
numpy/core/code_generators/generate_umath_doc.py:21
↓ 1 callersMethodwrite_meson_build
Writes the meson build file at specified location
numpy/f2py/_backends/_meson.py:145
↓ 1 callersMethodwrite_normal
(self, v)
numpy/lib/npyio.py:1539
↓ 1 callersFunctionwrite_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 callersFunctionzdotu_
Double Complex */
numpy/linalg/lapack_lite/f2c_blas.c:15355
↓ 1 callersFunctionzeros_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 callersFunctionzfill
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 callersFunctionzgebak_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:55
↓ 1 callersFunctionzgebal_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:266
↓ 1 callersFunctionzgebd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:656
↓ 1 callersFunctionzgehd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:1825
↓ 1 callersFunctionzgelq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:2326
↓ 1 callersFunctionzgeqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:3441
↓ 1 callersFunctionzgerc_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:16705
↓ 1 callersFunctionzgeru_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:16901
↓ 1 callersFunctionzgetf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6445
↓ 1 callersFunctionzgetrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6612
↓ 1 callersFunctionzgetrs_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:6802
↓ 1 callersFunctionzher2_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:17506
↓ 1 callersFunctionzher2k_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:17931
← previousnext →4,601–4,700 of 17,008, ranked by callers