MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionrjust
Return an array with the elements of `a` right-justified in a string of length `width`. Calls `str.rjust` element-wise. Parameters
numpy/core/defchararray.py:1346
↓ 1 callersFunctionrk_double
numpy/random/src/mt19937/randomkit.c:479
↓ 1 callersFunctionrk_fill
numpy/random/src/mt19937/randomkit.c:485
↓ 1 callersFunctionrk_hash
Thomas Wang 32 bits integer hash function */
numpy/random/src/mt19937/randomkit.c:159
↓ 1 callersFunctionrk_uint64
* Returns an unsigned 64 bit random integer. */
numpy/random/src/mt19937/randomkit.c:250
↓ 1 callersFunctionroots
Return the roots of a polynomial with coefficients given in p. .. note:: This forms part of the old polynomial API. Since version 1.4
numpy/lib/polynomial.py:173
↓ 1 callersMethodroots
Return the roots of the series polynomial. Compute the roots for the series. Note that the accuracy of the roots decreases the furthe
numpy/polynomial/_polybase.py:908
↓ 1 callersFunctionrotl
numpy/random/src/sfc64/sfc64.h:17
↓ 1 callersMethodroundtrip
(self, *args, **kwargs)
numpy/lib/tests/test_io.py:184
↓ 1 callersMethodroundtrip
(self, *args, **kwargs)
numpy/lib/tests/test_io.py:192
↓ 1 callersFunctionroundtrip_randsize
(arr)
numpy/lib/tests/test_format.py:415
↓ 1 callersFunctionrpartition
Partition (split) each element around the right-most separator. Calls `str.rpartition` element-wise. For each element in `a`, split the
numpy/core/defchararray.py:1382
↓ 1 callersFunctionrsplit
For each element in `a`, return a list of the words in the string, using `sep` as the delimiter string. Calls `str.rsplit` element-wise.
numpy/core/defchararray.py:1422
↓ 1 callersFunctionrstrip
For each element in `a`, return a copy with the trailing characters removed. Calls `str.rstrip` element-wise. Parameters ------
numpy/core/defchararray.py:1464
↓ 1 callersFunctionrun
(cmd, stdout=True)
tools/ci/push_docs_to_repo.py:42
↓ 1 callersMethodrun
(self)
numpy/distutils/command/install.py:56
↓ 1 callersFunctionrunF2C
(fortran_filename, output_dir)
numpy/linalg/lapack_lite/make_lite.py:263
↓ 1 callersFunctionrunScanner
(data, scanner_class, lexicon=None)
numpy/linalg/lapack_lite/clapack_scrub.py:29
↓ 1 callersFunctionrun_compile
Do it all in one call!
numpy/f2py/f2py2e.py:581
↓ 1 callersMethodrun_meson
(self, build_dir: Path)
numpy/f2py/_backends/_meson.py:169
↓ 1 callersMethodrun_pycodestyle
Original Author: Josh Wilson (@person142) Source: https://github.com/scipy/scipy/blob/main/tools/lint_diff.py
tools/linter.py:53
↓ 1 callersFunctionrunner
(Parser)
numpy/distutils/tests/test_shell_utils.py:40
↓ 1 callersFunctions_cmp
(a0, b0, la, lb)
numpy/linalg/lapack_lite/f2c.c:444
↓ 1 callersFunctions_intp_abs
numpy/core/src/multiarray/shape.c:790
↓ 1 callersFunctionsafe_abs32
numpy/core/src/umath/_rational_tests.c:60
↓ 1 callersFunctionsafe_eval
Protected string evaluation. Evaluate a string containing a Python literal expression without allowing the execution of arbitrary non-li
numpy/lib/utils.py:1027
↓ 1 callersFunctionsafe_sub
Integer subtraction with overflow checking */
numpy/core/src/common/npy_extint128.h:26
↓ 1 callersFunctionsanitize_cxx_flags
Some flags are valid for C but not C++. Prune them.
numpy/distutils/misc_util.py:2477
↓ 1 callersFunctionsave_hashes
(hash_db, filename)
tools/cythonize.py:120
↓ 1 callersFunctionsbdsqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:540
↓ 1 callersMethodscalar
(value, dtype)
numpy/core/tests/test_deprecations.py:719
↓ 1 callersFunctionscan_rational
numpy/core/src/umath/_rational_tests.c:338
↓ 1 callersFunctionscaninputline
(inputline)
numpy/f2py/f2py2e.py:193
↓ 1 callersFunctionscrubF2CSource
(c_file)
numpy/linalg/lapack_lite/make_lite.py:272
↓ 1 callersFunctionsdbm_hash
(*factors)
runtests.py:627
↓ 1 callersMethodsections
Return the section headers of the config file. Parameters ---------- None Returns ------- k
numpy/distutils/npy_pkg_config.py:114
↓ 1 callersFunctionsep_seq
(sequence, sep)
numpy/linalg/lapack_lite/clapack_scrub.py:23
↓ 1 callersFunctionsetHwcap
numpy/core/src/common/npy_cpuinfo_parser.h:222
↓ 1 callersMethodset_commands
(self, **kw)
numpy/distutils/fcompiler/__init__.py:266
↓ 1 callersFunctionset_datetimestruct_days
* Fills in the year, month, day in 'dts' based on the days * offset from 1970. */
numpy/core/src/multiarray/datetime.c:252
↓ 1 callersMethodset_display
Set the string to print for masked values.
numpy/ma/core.py:2393
↓ 1 callersFunctionset_flaginfo
numpy/core/src/multiarray/multiarraymodule.c:4907
↓ 1 callersFunctionset_legacy_print_mode
numpy/core/src/multiarray/multiarraymodule.c:113
↓ 1 callersFunctionset_matmul_flags
Called at module initialization to set the matmul ufunc output flags */
numpy/core/src/umath/ufunc_object.c:347
↓ 1 callersFunctionset_shape_mismatch_exception
numpy/core/src/multiarray/iterators.c:1129
↓ 1 callersFunctionset_sig
(sig)
numpy/core/setup_common.py:110
↓ 1 callersFunctionset_string_function
Set a Python function to be used when pretty printing arrays. Parameters ---------- f : function or None Function to be used
numpy/core/arrayprint.py:1668
↓ 1 callersFunctionset_threshold
(level, force=False)
numpy/distutils/log.py:50
↓ 1 callersFunctionset_verbosity
(v, force=False)
numpy/distutils/log.py:67
↓ 1 callersFunctionsetcharselector
(decl, sel, force=0)
numpy/f2py/crackfortran.py:1961
↓ 1 callersFunctionsetkindselector
(decl, sel, force=0)
numpy/f2py/crackfortran.py:1947
↓ 1 callersMethodsetup_method
(self)
numpy/core/tests/test_deprecations.py:35
↓ 1 callersFunctionsetup_package
()
setup.py:485
↓ 1 callersFunctionsetup_scalartypes
Establish scalar-type hierarchy * * For dual inheritance we need to make sure that the objects being * inherited from have the tp->mro object ini
numpy/core/src/multiarray/multiarraymodule.c:4787
↓ 1 callersMethodsetuptools_run
The setuptools version of the .run() method. We must pull in the entire code so we can override the level used in the _getframe() ca
numpy/distutils/command/install.py:24
↓ 1 callersFunctionsetxor1d
Set exclusive-or of 1-D arrays with unique elements. The output is always a masked array. See `numpy.setxor1d` for more details. See Al
numpy/ma/extras.py:1262
↓ 1 callersFunctionsfloat_add_loop
numpy/core/src/umath/_scaled_float_dtype.c:718
↓ 1 callersFunctionsfloat_add_wrapping_loop
numpy/core/src/umath/_scaled_float_dtype.c:744
↓ 1 callersFunctionsfloat_default_descr
numpy/core/src/umath/_scaled_float_dtype.c:57
↓ 1 callersFunctionsfloat_init_casts
numpy/core/src/umath/_scaled_float_dtype.c:449
↓ 1 callersFunctionsfloat_init_ufuncs
* Add new ufunc loops (this is somewhat clumsy as of writing it, but should * get less so with the introduction of public API). */
numpy/core/src/umath/_scaled_float_dtype.c:788
↓ 1 callersFunctionsgebak_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:1451
↓ 1 callersFunctionsgebal_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:1662
↓ 1 callersFunctionsgebd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:2045
↓ 1 callersFunctionsgehd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:3187
↓ 1 callersFunctionsgelq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:3666
↓ 1 callersFunctionsgeqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:4733
↓ 1 callersFunctionsgetf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:6949
↓ 1 callersFunctionsgetrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:7111
↓ 1 callersFunctionsgetrs_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:7298
↓ 1 callersFunctionsha256_of_file
(filename)
tools/cythonize.py:125
↓ 1 callersMethodshape_as
Return the shape tuple as an array of some other c-types type. For example: ``self.shape_as(ctypes.c_short)``.
numpy/core/_internal.py:286
↓ 1 callersFunctionshl_128
numpy/core/src/common/npy_extint128.h:189
↓ 1 callersFunctionshow_cpu_features
()
benchmarks/benchmarks/__init__.py:5
↓ 1 callersFunctionshr_128
numpy/core/src/common/npy_extint128.h:201
↓ 1 callersFunctionshseqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:7455
↓ 1 callersFunctionsign
Array API compatible wrapper for :py:func:`np.sign <numpy.sign>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:663
↓ 1 callersFunctionsimple_dtype_instances
()
numpy/core/tests/test_casting_unittests.py:30
↓ 1 callersFunctionsimulate
(jobs, limit)
tools/travis-sorter.py:130
↓ 1 callersFunctionsingle_compile
(args)
numpy/distutils/ccompiler.py:308
↓ 1 callersFunctionskip_brackets
(s, lbrac, rbrac)
numpy/core/code_generators/genapi.py:175
↓ 1 callersFunctionslabrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:8001
↓ 1 callersFunctionslaed0_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:8687
↓ 1 callersFunctionslaed1_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:9098
↓ 1 callersFunctionslaed2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:9321
↓ 1 callersFunctionslaed3_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:9831
↓ 1 callersFunctionslaed5_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:11077
↓ 1 callersFunctionslaed7_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:11553
↓ 1 callersFunctionslaed8_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:11877
↓ 1 callersFunctionslaexc_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:13003
↓ 1 callersFunctionslahr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:14064
↓ 1 callersFunctionslaisnan_
numpy/linalg/lapack_lite/f2c_s_lapack.c:14355
↓ 1 callersFunctionslaln2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:14400
↓ 1 callersFunctionslals0_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:14956
↓ 1 callersFunctionslalsa_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:15400
↓ 1 callersFunctionslalsd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:15841
↓ 1 callersFunctionslamc1_
Subroutine */
numpy/linalg/lapack_lite/f2c_config.c:1238
↓ 1 callersFunctionslamc2_
Subroutine */
numpy/linalg/lapack_lite/f2c_config.c:1448
↓ 1 callersFunctionslamc4_
Subroutine */
numpy/linalg/lapack_lite/f2c_config.c:1800
↓ 1 callersFunctionslamc5_
Subroutine */
numpy/linalg/lapack_lite/f2c_config.c:1894
← previousnext →4,401–4,500 of 17,008, ranked by callers