MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersMethodcc_normalize_flags
Remove the conflicts that caused due gathering implied features flags. Parameters ---------- 'flags' list, compiler
numpy/distutils/ccompiler_opt.py:1112
↓ 1 callersMethodcc_test_cexpr
Same as the above but supports compile-time expressions.
numpy/distutils/ccompiler_opt.py:1094
↓ 1 callersFunctioncdotu_
Complex */
numpy/linalg/lapack_lite/f2c_blas.c:283
↓ 1 callersFunctionceildiv_128_64
Divide and round up (positive divisor; no overflows) */
numpy/core/src/common/npy_extint128.h:303
↓ 1 callersFunctioncenter
Return a copy of `a` with its elements centered in a string of length `width`. Calls `str.center` element-wise. Parameters ----
numpy/core/defchararray.py:466
↓ 1 callersMethodcenter
Return a copy of `self` with its elements centered in a string of length `width`. See Also -------- center
numpy/core/defchararray.py:2272
↓ 1 callersFunctioncfft_backward
numpy/fft/_pocketfft.c:2119
↓ 1 callersFunctioncfft_forward
numpy/fft/_pocketfft.c:2127
↓ 1 callersFunctioncfftblue_backward
numpy/fft/_pocketfft.c:2025
↓ 1 callersFunctioncfftblue_forward
numpy/fft/_pocketfft.c:2029
↓ 1 callersFunctioncfftp_comp_twiddle
numpy/fft/_pocketfft.c:1011
↓ 1 callersFunctioncfftp_factorize
numpy/fft/_pocketfft.c:966
↓ 1 callersFunctioncfftp_twsize
numpy/fft/_pocketfft.c:997
↓ 1 callersFunctioncgebak_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:55
↓ 1 callersFunctioncgebal_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:267
↓ 1 callersFunctioncgebd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:657
↓ 1 callersFunctioncgehd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:1819
↓ 1 callersFunctioncgelq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:2316
↓ 1 callersFunctioncgeqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:3419
↓ 1 callersFunctioncgerc_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:1426
↓ 1 callersFunctioncgeru_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:1621
↓ 1 callersFunctioncgetf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6404
↓ 1 callersFunctioncgetrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6571
↓ 1 callersFunctioncgetrs_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6762
↓ 1 callersFunctionchange_decimal_from_locale_to_dot
* Given a string that may have a decimal point in the current * locale, change it back to a dot. Since the string cannot get * longer, no need for
numpy/core/src/common/numpyos.c:178
↓ 1 callersFunctioncharacter_cmp
numpy/core/src/umath/string_ufuncs.cpp:19
↓ 1 callersFunctionchebadd
Add one Chebyshev series to another. Returns the sum of two Chebyshev series `c1` + `c2`. The arguments are sequences of coefficients o
numpy/polynomial/chebyshev.py:569
↓ 1 callersFunctionchebcompanion
Return the scaled companion matrix of c. The basis polynomials are scaled so that the companion matrix is symmetric when `c` is a Chebyshev b
numpy/polynomial/chebyshev.py:1674
↓ 1 callersFunctionchebinterpolate
Interpolate a function at the Chebyshev points of the first kind. Returns the Chebyshev series that interpolates `func` at the Chebyshev poin
numpy/polynomial/chebyshev.py:1780
↓ 1 callersFunctionchebmulx
Multiply a Chebyshev series by x. Multiply the polynomial `c` by x, where x is the independent variable. Parameters ----------
numpy/polynomial/chebyshev.py:655
↓ 1 callersFunctionchebpts1
Chebyshev points of the first kind. The Chebyshev points of the first kind are the points ``cos(x)``, where ``x = [pi*(k + .5)/npts for
numpy/polynomial/chebyshev.py:1920
↓ 1 callersFunctionchebval
Evaluate a Chebyshev series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * T_0(x) +
numpy/polynomial/chebyshev.py:1094
↓ 1 callersFunctionchebvander
Pseudo-Vandermonde matrix of given degree. Returns the pseudo-Vandermonde matrix of degree `deg` and sample points `x`. The pseudo-Vandermond
numpy/polynomial/chebyshev.py:1387
↓ 1 callersMethodcheck
(self, shape, dtype, order, align)
numpy/core/tests/test_multiarray.py:9797
↓ 1 callersMethodcheck
Run the function `do` on this test case, expanding arguments
numpy/linalg/tests/test_linalg.py:88
↓ 1 callersFunctioncheck_and_fix_dimensions
numpy/f2py/src/fortranobject.c:1122
↓ 1 callersFunctioncheck_api_version
Emits a MismatchCAPIWarning if the C API version needs updating.
numpy/core/setup_common.py:84
↓ 1 callersFunctioncheck_api_version
Emits a MismatchCAPIWarning if the C API version needs updating.
numpy/core/code_generators/verify_c_api_version.py:33
↓ 1 callersFunctioncheck_array_monotonic
* Returns -1 if the array is monotonic decreasing, * +1 if the array is monotonic increasing, * and 0 if the array is not monotonic. */
numpy/core/src/multiarray/compiled_base.c:32
↓ 1 callersFunctioncheck_compiler_gcc
Check if the compiler is GCC.
numpy/distutils/command/autodist.py:49
↓ 1 callersFunctioncheck_complex
(config, mathlibs)
numpy/core/setup.py:245
↓ 1 callersFunctioncheck_contig
(a, ccontig, fcontig)
numpy/core/tests/test_api.py:547
↓ 1 callersFunctioncheck_copy_result
(x, y, ccontig, fcontig, strides=False)
numpy/core/tests/test_api.py:486
↓ 1 callersFunctioncheck_doctests
Check code in docstrings of the module's public symbols. Parameters ---------- module : ModuleType Name of module verbos
tools/refguide_check.py:836
↓ 1 callersFunctioncheck_doctests_testfile
Check code in a text file. Mimic `check_doctests` above, differing mostly in test discovery. (which is borrowed from stdlib's doctest.te
tools/refguide_check.py:912
↓ 1 callersFunctioncheck_documentation
Check examples in any *.rst located inside `base_path`. Add the output to `results`. See Also -------- check_doctests_testfile
tools/refguide_check.py:1069
↓ 1 callersMethodcheck_embedded_lapack
libflame does not necessarily have a wrapper for fortran LAPACK, we need to check
numpy/distutils/system_info.py:2527
↓ 1 callersFunctioncheck_embedded_msvcr_match_linked
msver is the ms runtime version used for the MANIFEST.
numpy/distutils/mingw32ccompiler.py:554
↓ 1 callersMethodcheck_execute_in
(self, **kws)
numpy/distutils/tests/test_exec_command.py:188
↓ 1 callersFunctioncheck_floatstatus
(divbyzero=False, overflow=False, underflow=False, invalid=False,
numpy/core/tests/test_simd.py:9
↓ 1 callersFunctioncheck_for_right_shift_internal_compiler_error
On our arm CI, this fails with an internal compilation error The failure looks like the following, and can be reproduced on ARM64 GCC 5.4:
numpy/core/setup_common.py:395
↓ 1 callersFunctioncheck_for_trivial_loop
* This checks whether a trivial loop is ok, * making copies of scalar and one dimensional operands if that will * help. * * Returns 1 if a trivial
numpy/core/src/umath/ufunc_object.c:1103
↓ 1 callersFunctioncheck_free_memory
Check whether `free_bytes` amount of memory is currently free. Returns: None if enough memory available, otherwise error message
numpy/testing/_private/utils.py:2409
↓ 1 callersFunctioncheck_func
( func_name, decl=False, headers=["feature_detection_math.h", "feature_detection_cmath
numpy/core/setup.py:142
↓ 1 callersFunctioncheck_funcs
( funcs_name, headers=["feature_detection_math.h", "feature_detection_cmath.h"])
numpy/core/setup.py:174
↓ 1 callersFunctioncheck_gcc_function_attribute
Return True if the given function attribute is supported.
numpy/distutils/command/autodist.py:90
↓ 1 callersFunctioncheck_gcc_function_attribute_with_intrinsics
Return True if the given function attribute is supported with intrinsics.
numpy/distutils/command/autodist.py:111
↓ 1 callersFunctioncheck_gcc_variable_attribute
Return True if the given variable attribute is supported.
numpy/distutils/command/autodist.py:133
↓ 1 callersMethodcheck_gcc_variable_attribute
(self, attribute)
numpy/distutils/command/config.py:432
↓ 1 callersFunctioncheck_gcc_version_at_least
Check that the gcc version is at least the specified version.
numpy/distutils/command/autodist.py:66
↓ 1 callersFunctioncheck_git_submodules
()
numpy/core/setup.py:94
↓ 1 callersFunctioncheck_importable
(module_name)
numpy/tests/test_public_api.py:451
↓ 1 callersFunctioncheck_inline
Return the inline identifier (may be empty).
numpy/distutils/command/autodist.py:8
↓ 1 callersMethodcheck_inline
Return the inline keyword recognized by the compiler, empty string otherwise.
numpy/distutils/command/config.py:410
↓ 1 callersFunctioncheck_items
Check that `all_dict` is consistent with the `names` in `module_name` For instance, that there are no deprecated or extra objects. Param
tools/refguide_check.py:359
↓ 1 callersFunctioncheck_lint
Adds ROOT_DIR to path and performs lint checks. This functions exits the program with status code of lint check.
runtests.py:694
↓ 1 callersFunctioncheck_long_double_representation
(cmd)
numpy/core/setup_common.py:223
↓ 1 callersFunctioncheck_mask_for_writemasked_reduction
* Checks that the mask broadcasts to the WRITEMASK REDUCE * operand 'iop', but 'iop' never broadcasts to the mask. * If 'iop' broadcasts to the mask
numpy/core/src/multiarray/nditer_constr.c:1368
↓ 1 callersFunctioncheck_math_capabilities
(config, ext, moredefs, mathlibs)
numpy/core/setup.py:141
↓ 1 callersFunctioncheck_may_share_memory_exact
(a, b)
numpy/core/tests/test_mem_overlap.py:157
↓ 1 callersMethodcheck_msvc_gfortran_libs
(self, library_dirs, libraries)
numpy/distutils/system_info.py:2372
↓ 1 callersMethodcheck_nt
(self, **kws)
numpy/distutils/tests/test_exec_command.py:103
↓ 1 callersFunctioncheck_operations
There are many dedicated paths in NumPy which cast and should check for floating point errors which occurred during those casts.
numpy/core/tests/test_casting_floatingpoint_errors.py:54
↓ 1 callersMethodcheck_posix
(self, **kws)
numpy/distutils/tests/test_exec_command.py:113
↓ 1 callersFunctioncheck_prec
(prec)
numpy/core/setup.py:260
↓ 1 callersMethodcheck_qr_stacked
(self, a)
numpy/linalg/tests/test_linalg.py:1733
↓ 1 callersFunctioncheck_rest
Check reStructuredText formatting of docstrings Parameters ---------- module : ModuleType names : set Returns -------
tools/refguide_check.py:521
↓ 1 callersFunctioncheck_restrict
Return the restrict identifier (may be empty).
numpy/distutils/command/autodist.py:31
↓ 1 callersMethodcheck_restrict
Return the restrict keyword recognized by the compiler, empty string otherwise.
numpy/distutils/command/config.py:415
↓ 1 callersFunctioncheck_submodules
verify that the submodules are checked out and clean use `git submodule update --init`; on failure
setup.py:129
↓ 1 callersFunctioncheck_support_sve
gh-22982
numpy/testing/_private/utils.py:1239
↓ 1 callersMethodcheck_symbols
(self, info)
numpy/distutils/system_info.py:2404
↓ 1 callersFunctioncheck_td_order
(tds)
numpy/core/code_generators/generate_umath.py:121
↓ 1 callersFunctioncheck_text
(text)
tools/wheels/check_license.py:16
↓ 1 callersMethodcheck_type
Check type availability. Return True if the type can be compiled, False otherwise
numpy/distutils/command/config.py:203
↓ 1 callersMethodcheck_type_size
Check size of a given type.
numpy/distutils/command/config.py:232
↓ 1 callersFunctioncheck_types
(config_cmd, ext, build_dir)
numpy/core/setup.py:278
↓ 1 callersFunctioncher2_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:2225
↓ 1 callersFunctioncher2k_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:2649
↓ 1 callersFunctionchetd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7263
↓ 1 callersFunctionchetrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7599
↓ 1 callersFunctionchseqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7954
↓ 1 callersFunctionclabrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:8407
↓ 1 callersFunctionclacp2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:8950
↓ 1 callersFunctionclaed0_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:9369
↓ 1 callersFunctionclaed7_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:9716
↓ 1 callersFunctionclaed8_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:10018
↓ 1 callersFunctionclahr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:11169
↓ 1 callersFunctionclals0_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:11481
↓ 1 callersFunctionclalsa_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:12014
← previousnext →3,201–3,300 of 17,008, ranked by callers