MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 2 callersFunctionparse_datetime_metadata_from_metastr
* Parses the metadata string into the metadata C structure. * * Returns 0 on success, -1 on failure. */
numpy/core/src/multiarray/datetime.c:803
↓ 2 callersFunctionparse_index_entry
* This function converts one element of the indexing tuple * into a step size and a number of steps, returning the * starting index. Non-slices are
numpy/core/src/multiarray/iterators.c:49
↓ 2 callersFunctionpartition_prep_kth_array
* make kth array positive, ravel and sort it */
numpy/core/src/multiarray/item_selection.c:1546
↓ 2 callersFunctionpass_all
numpy/fft/_pocketfft.c:883
↓ 2 callersFunctionpcg128_mult
numpy/random/src/pcg64/pcg64.h:155
↓ 2 callersFunctionpcg128_mult_64
numpy/random/src/pcg64/pcg64.h:207
↓ 2 callersFunctionpcg_cm_random_r
numpy/random/src/pcg64/pcg64.h:246
↓ 2 callersFunctionpcg_cm_step_r
numpy/random/src/pcg64/pcg64.h:217
↓ 2 callersFunctionpcg_mcg_16_step_r
numpy/random/src/pcg64/pcg64.orig.h:421
↓ 2 callersFunctionpcg_mcg_32_step_r
numpy/random/src/pcg64/pcg64.orig.h:460
↓ 2 callersFunctionpcg_oneseq_8_step_r
numpy/random/src/pcg64/pcg64.orig.h:373
↓ 2 callersFunctionpcg_output_rxs_m_xs_8_8
numpy/random/src/pcg64/pcg64.orig.h:158
↓ 2 callersFunctionpcg_setseq_128_step_r
numpy/random/src/pcg64/pcg64.h:165
↓ 2 callersFunctionpcg_setseq_8_step_r
numpy/random/src/pcg64/pcg64.orig.h:401
↓ 2 callersFunctionphilox_next
numpy/random/src/philox/philox.h:202
↓ 2 callersFunctionpkg_to_filename
(pkg_name)
numpy/distutils/npy_pkg_config.py:246
↓ 2 callersFunctionplace
Change elements of an array based on conditional and input values. Similar to ``np.copyto(arr, vals, where=mask)``, the difference is that
numpy/lib/function_base.py:1918
↓ 2 callersFunctionpoly
Find the coefficients of a polynomial with the given sequence of roots. .. note:: This forms part of the old polynomial API. Since ve
numpy/lib/polynomial.py:46
↓ 2 callersFunctionpolyadd
Find the sum of two polynomials. .. note:: This forms part of the old polynomial API. Since version 1.4, the new polynomial AP
numpy/lib/polynomial.py:789
↓ 2 callersFunctionpolydiv
Returns the quotient and remainder of polynomial division. .. note:: This forms part of the old polynomial API. Since version 1.4, th
numpy/lib/polynomial.py:978
↓ 2 callersFunctionpolysub
Difference (subtraction) of two polynomials. .. note:: This forms part of the old polynomial API. Since version 1.4, the new p
numpy/lib/polynomial.py:857
↓ 2 callersFunctionpolyval
Evaluate a polynomial at specific values. .. note:: This forms part of the old polynomial API. Since version 1.4, the new poly
numpy/lib/polynomial.py:706
↓ 2 callersFunctionpostcrack
TODO: function return values determine expression types if in argument list
numpy/f2py/crackfortran.py:2064
↓ 2 callersFunctionprepare_ufunc_output
* Calls the given __array_prepare__ function on the operand *op, * substituting it in place if a new array is returned and matches * the old one. *
numpy/core/src/umath/ufunc_object.c:1180
↓ 2 callersFunctionprocess_str
(astr)
numpy/distutils/conv_template.py:254
↓ 2 callersFunctionprocess_str
(allstr)
numpy/f2py/_src_pyf.py:185
↓ 2 callersFunctionprocess_stringlike
* Helper function to support byte objects as well as unicode strings. * * NOTE: Steals a reference to `str` (although usually returns it unmodified)
numpy/core/src/multiarray/textreading/stream_pyobject.c:45
↓ 2 callersFunctionpromote_and_get_info_and_ufuncimpl
* The main implementation to find the correct DType signature and ArrayMethod * to use for a ufunc. This function may recurse with `do_legacy_fallba
numpy/core/src/umath/dispatching.c:729
↓ 2 callersFunctionput
Set storage-indexed locations to corresponding values. This function is equivalent to `MaskedArray.put`, see that method for details.
numpy/ma/core.py:7262
↓ 2 callersFunctionput_along_axis
Put values into the destination array by matching 1d index and data slices. This iterates over matching 1d slices oriented along the specifi
numpy/lib/shape_base.py:178
↓ 2 callersFunctionpy_resolve_dtypes_generic
* Python entry-point to ufunc promotion and dtype/descr resolution. * * This function does most of the work required to execute ufunc without * act
numpy/core/src/umath/ufunc_object.c:6569
↓ 2 callersFunctionraise_casting_error
numpy/core/src/umath/ufunc_type_resolution.c:137
↓ 2 callersFunctionraise_output_casting_error
Helper function to raise UFuncOutputCastingError * Always returns -1 to indicate the exception was raised, for convenience */
numpy/core/src/umath/ufunc_type_resolution.c:197
↓ 2 callersFunctionrandom_binomial_btpe
numpy/random/src/distributions/distributions.c:612
↓ 2 callersFunctionrandom_binomial_inversion
numpy/random/src/distributions/distributions.c:755
↓ 2 callersFunctionrandom_geometric_search
Still used but both generator and mtrand via legacy_random_geometric */
numpy/random/src/distributions/distributions.c:963
↓ 2 callersFunctionrandom_interval
numpy/random/src/distributions/distributions.c:1048
↓ 2 callersFunctionrandom_loggam
* log-gamma function to support some of these distributions. The * algorithm comes from SPECFUN by Shanjie Zhang and Jianming Jin and their * book "
numpy/random/src/distributions/distributions.c:344
↓ 2 callersFunctionrandom_slice
(n, step)
numpy/core/tests/test_mem_overlap.py:240
↓ 2 callersFunctionrandom_standard_normal_f
numpy/random/src/distributions/distributions.c:179
↓ 2 callersFunctionrational_negative
numpy/core/src/umath/_rational_tests.c:187
↓ 2 callersFunctionread_magic
Read the magic string to get the version of the file format. Parameters ---------- fp : filelike object Returns ------- maj
numpy/lib/format.py:223
↓ 2 callersFunctionread_numberlike_string
* read_numberlike_string: * * fp: FILE pointer * * value: Place to store the value read * * Read what looks like valid numeric input and
numpy/core/src/common/numpyos.c:602
↓ 2 callersFunctionrecursionlimit
(n)
numpy/core/tests/test_scalarmath.py:869
↓ 2 callersFunctionrepack_fields
Re-pack the fields of a structured array or dtype in memory. The memory layout of structured datatypes allows fields at arbitrary byte o
numpy/lib/recfunctions.py:769
↓ 2 callersFunctionreplace_method
(klass, method_name, func)
numpy/distutils/ccompiler.py:89
↓ 2 callersFunctionreshape
Gives a new shape to an array without changing its data. Parameters ---------- a : array_like Array to be reshaped. news
numpy/core/fromnumeric.py:201
↓ 2 callersFunctionreshape
Array API compatible wrapper for :py:func:`np.reshape <numpy.reshape>`. See its docstring for more information.
numpy/array_api/_manipulation_functions.py:56
↓ 2 callersFunctionresize_buffer_char
numpy/core/src/npysort/timsort.cpp:1876
↓ 2 callersFunctionresize_buffer_intp
buffer method */
numpy/core/src/npysort/timsort.cpp:70
↓ 2 callersFunctionrfft
Compute the one-dimensional discrete Fourier Transform for real input. This function computes the one-dimensional *n*-point discrete Fourier
numpy/fft/_pocketfft.py:321
↓ 2 callersMethodrindex
Like `rfind`, but raises `ValueError` when the substring `sub` is not found. See Also -------- char.rindex
numpy/core/defchararray.py:2536
↓ 2 callersMethodrjust
Return an array with the elements of `self` right-justified in a string of length `width`. See Also --------
numpy/core/defchararray.py:2548
↓ 2 callersFunctionrk_devfill
numpy/random/src/mt19937/randomkit.c:506
↓ 2 callersFunctionrk_seed
numpy/random/src/mt19937/randomkit.c:143
↓ 2 callersFunctionrk_ulong
numpy/random/src/mt19937/randomkit.c:439
↓ 2 callersFunctionroll
Roll array elements along a given axis. Elements that roll beyond the last position are re-introduced at the first. Parameters
numpy/core/numeric.py:1130
↓ 2 callersMethodroots
The roots of the polynomial, where self(x) == 0
numpy/lib/polynomial.py:1209
↓ 2 callersMethodrpartition
Partition each element in `self` around `sep`. See Also -------- rpartition
numpy/core/defchararray.py:2560
↓ 2 callersFunctionrun
()
numpy/f2py/diagnose.py:13
↓ 2 callersMethodrun
()
benchmarks/benchmarks/bench_app.py:43
↓ 2 callersMethodrun_lint
(self, uncommitted)
tools/linter.py:68
↓ 2 callersFunctionrun_main
Equivalent to running:: f2py <args> where ``<args>=string.join(<list>,' ')``, but in Python. Unless ``-h`` is used, this funct
numpy/f2py/f2py2e.py:416
↓ 2 callersFunctions_wsfe
numpy/linalg/lapack_lite/f2c.c:21
↓ 2 callersFunctionsafe_abs64
numpy/core/src/umath/_rational_tests.c:73
↓ 2 callersFunctionsbdsdc_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:55
↓ 2 callersFunctionscabs1_
numpy/linalg/lapack_lite/f2c_blas.c:11069
↓ 2 callersFunctionscalar_instances
(times=True, extended_precision=True, user_dtype=True)
numpy/core/tests/test_array_coercion.py:81
↓ 2 callersFunctionscasum_
numpy/linalg/lapack_lite/f2c_blas.c:11088
↓ 2 callersFunctionscnrm2_
numpy/linalg/lapack_lite/f2c_blas.c:11157
↓ 2 callersMethodserialize
(self, features_names)
doc/source/reference/simd/gen_features.py:37
↓ 2 callersMethodset_and_check_flag
(self, flag, dtype, arr)
numpy/core/tests/test_numeric.py:3454
↓ 2 callersFunctionset_no_matching_types_error
numpy/core/src/multiarray/arrayfunction_override.c:252
↓ 2 callersMethodset_options
Configure Configuration instance. The following options are available: - ignore_setup_xxx_py - assume_default_conf
numpy/distutils/misc_util.py:892
↓ 2 callersFunctionset_zero_divide
numpy/core/src/umath/_rational_tests.c:35
↓ 2 callersFunctionsetdiff1d
Set difference of 1D arrays with unique elements. The output is always a masked array. See `numpy.setdiff1d` for more details. See
numpy/ma/extras.py:1368
↓ 2 callersFunctionseterr
Set how floating-point errors are handled. Note that operations on integer scalar types (such as `int16`) are handled like floating poin
numpy/core/_ufunc_config.py:34
↓ 2 callersFunctionseterrcall
Set the floating-point error callback function or log object. There are two ways to capture floating-point error messages. The first is
numpy/core/_ufunc_config.py:222
↓ 2 callersFunctionsetup
(app)
doc/source/conf.py:155
↓ 2 callersMethodsetup_method
(self)
numpy/core/tests/test_defchararray.py:151
↓ 2 callersFunctionsetup_openblas
Download and setup an openblas library for building. If successful, the configuration script will find it automatically. Returns ---
tools/openblas_support.py:150
↓ 2 callersFunctionsfloat_common_instance
numpy/core/src/umath/_scaled_float_dtype.c:84
↓ 2 callersFunctionsfloat_get_ufunc
numpy/core/src/umath/_scaled_float_dtype.c:699
↓ 2 callersFunctionsgebrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:2324
↓ 2 callersFunctionsgelqf_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:3799
↓ 2 callersFunctionsgeqrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:4866
↓ 2 callersFunctionsger_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:12094
↓ 2 callersFunctionshort_path
Return relative or absolute path name, whichever is shortest. Parameters ---------- path : str or None cwd : str or None Re
tools/refguide_check.py:157
↓ 2 callersFunctionshould_use_min_scalar_weak_literals
numpy/core/src/multiarray/convert_datatype.c:1704
↓ 2 callersFunctionshow_all
(argv=None)
numpy/distutils/system_info.py:3237
↓ 2 callersFunctionshow_fcompilers
Print list of available compilers (used by the "--help-fcompiler" option to "config_fc").
numpy/distutils/fcompiler/__init__.py:912
↓ 2 callersMethodshrink_mask
Reduce a mask to nomask when possible. Parameters ---------- None Returns ------- None
numpy/ma/core.py:3656
↓ 2 callersFunctionsinc
r""" Return the normalized sinc function. The sinc function is equal to :math:`\sin(\pi x)/(\pi x)` for any argument :math:`x\ne 0`. ``si
numpy/lib/function_base.py:3633
↓ 2 callersFunctionsincos_2pibyn
numpy/fft/_pocketfft.c:211
↓ 2 callersFunctionsincos_2pibyn_half
numpy/fft/_pocketfft.c:194
↓ 2 callersFunctionsinh
Array API compatible wrapper for :py:func:`np.sinh <numpy.sinh>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:685
↓ 2 callersFunctionsladiv_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:8505
↓ 2 callersFunctionslaed4_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:10134
↓ 2 callersFunctionslaed6_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:11201
↓ 2 callersFunctionslaed9_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:12335
← previousnext →2,201–2,300 of 17,008, ranked by callers