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
cc_normalize_flags
Remove the conflicts that caused due gathering implied features flags. Parameters ---------- 'flags' list, compiler
numpy/distutils/ccompiler_opt.py:1112
↓ 1 callers
Method
cc_test_cexpr
Same as the above but supports compile-time expressions.
numpy/distutils/ccompiler_opt.py:1094
↓ 1 callers
Function
cdotu_
Complex */
numpy/linalg/lapack_lite/f2c_blas.c:283
↓ 1 callers
Function
ceildiv_128_64
Divide and round up (positive divisor; no overflows) */
numpy/core/src/common/npy_extint128.h:303
↓ 1 callers
Function
center
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 callers
Method
center
Return a copy of `self` with its elements centered in a string of length `width`. See Also -------- center
numpy/core/defchararray.py:2272
↓ 1 callers
Function
cfft_backward
numpy/fft/_pocketfft.c:2119
↓ 1 callers
Function
cfft_forward
numpy/fft/_pocketfft.c:2127
↓ 1 callers
Function
cfftblue_backward
numpy/fft/_pocketfft.c:2025
↓ 1 callers
Function
cfftblue_forward
numpy/fft/_pocketfft.c:2029
↓ 1 callers
Function
cfftp_comp_twiddle
numpy/fft/_pocketfft.c:1011
↓ 1 callers
Function
cfftp_factorize
numpy/fft/_pocketfft.c:966
↓ 1 callers
Function
cfftp_twsize
numpy/fft/_pocketfft.c:997
↓ 1 callers
Function
cgebak_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:55
↓ 1 callers
Function
cgebal_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:267
↓ 1 callers
Function
cgebd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:657
↓ 1 callers
Function
cgehd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:1819
↓ 1 callers
Function
cgelq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:2316
↓ 1 callers
Function
cgeqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:3419
↓ 1 callers
Function
cgerc_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:1426
↓ 1 callers
Function
cgeru_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:1621
↓ 1 callers
Function
cgetf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6404
↓ 1 callers
Function
cgetrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6571
↓ 1 callers
Function
cgetrs_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:6762
↓ 1 callers
Function
change_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 callers
Function
character_cmp
numpy/core/src/umath/string_ufuncs.cpp:19
↓ 1 callers
Function
chebadd
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 callers
Function
chebcompanion
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 callers
Function
chebinterpolate
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 callers
Function
chebmulx
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 callers
Function
chebpts1
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 callers
Function
chebval
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 callers
Function
chebvander
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 callers
Method
check
(self, shape, dtype, order, align)
numpy/core/tests/test_multiarray.py:9797
↓ 1 callers
Method
check
Run the function `do` on this test case, expanding arguments
numpy/linalg/tests/test_linalg.py:88
↓ 1 callers
Function
check_and_fix_dimensions
numpy/f2py/src/fortranobject.c:1122
↓ 1 callers
Function
check_api_version
Emits a MismatchCAPIWarning if the C API version needs updating.
numpy/core/setup_common.py:84
↓ 1 callers
Function
check_api_version
Emits a MismatchCAPIWarning if the C API version needs updating.
numpy/core/code_generators/verify_c_api_version.py:33
↓ 1 callers
Function
check_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 callers
Function
check_compiler_gcc
Check if the compiler is GCC.
numpy/distutils/command/autodist.py:49
↓ 1 callers
Function
check_complex
(config, mathlibs)
numpy/core/setup.py:245
↓ 1 callers
Function
check_contig
(a, ccontig, fcontig)
numpy/core/tests/test_api.py:547
↓ 1 callers
Function
check_copy_result
(x, y, ccontig, fcontig, strides=False)
numpy/core/tests/test_api.py:486
↓ 1 callers
Function
check_doctests
Check code in docstrings of the module's public symbols. Parameters ---------- module : ModuleType Name of module verbos
tools/refguide_check.py:836
↓ 1 callers
Function
check_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 callers
Function
check_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 callers
Method
check_embedded_lapack
libflame does not necessarily have a wrapper for fortran LAPACK, we need to check
numpy/distutils/system_info.py:2527
↓ 1 callers
Function
check_embedded_msvcr_match_linked
msver is the ms runtime version used for the MANIFEST.
numpy/distutils/mingw32ccompiler.py:554
↓ 1 callers
Method
check_execute_in
(self, **kws)
numpy/distutils/tests/test_exec_command.py:188
↓ 1 callers
Function
check_floatstatus
(divbyzero=False, overflow=False, underflow=False, invalid=False,
numpy/core/tests/test_simd.py:9
↓ 1 callers
Function
check_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 callers
Function
check_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 callers
Function
check_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 callers
Function
check_func
( func_name, decl=False, headers=["feature_detection_math.h", "feature_detection_cmath
numpy/core/setup.py:142
↓ 1 callers
Function
check_funcs
( funcs_name, headers=["feature_detection_math.h", "feature_detection_cmath.h"])
numpy/core/setup.py:174
↓ 1 callers
Function
check_gcc_function_attribute
Return True if the given function attribute is supported.
numpy/distutils/command/autodist.py:90
↓ 1 callers
Function
check_gcc_function_attribute_with_intrinsics
Return True if the given function attribute is supported with intrinsics.
numpy/distutils/command/autodist.py:111
↓ 1 callers
Function
check_gcc_variable_attribute
Return True if the given variable attribute is supported.
numpy/distutils/command/autodist.py:133
↓ 1 callers
Method
check_gcc_variable_attribute
(self, attribute)
numpy/distutils/command/config.py:432
↓ 1 callers
Function
check_gcc_version_at_least
Check that the gcc version is at least the specified version.
numpy/distutils/command/autodist.py:66
↓ 1 callers
Function
check_git_submodules
()
numpy/core/setup.py:94
↓ 1 callers
Function
check_importable
(module_name)
numpy/tests/test_public_api.py:451
↓ 1 callers
Function
check_inline
Return the inline identifier (may be empty).
numpy/distutils/command/autodist.py:8
↓ 1 callers
Method
check_inline
Return the inline keyword recognized by the compiler, empty string otherwise.
numpy/distutils/command/config.py:410
↓ 1 callers
Function
check_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 callers
Function
check_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 callers
Function
check_long_double_representation
(cmd)
numpy/core/setup_common.py:223
↓ 1 callers
Function
check_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 callers
Function
check_math_capabilities
(config, ext, moredefs, mathlibs)
numpy/core/setup.py:141
↓ 1 callers
Function
check_may_share_memory_exact
(a, b)
numpy/core/tests/test_mem_overlap.py:157
↓ 1 callers
Method
check_msvc_gfortran_libs
(self, library_dirs, libraries)
numpy/distutils/system_info.py:2372
↓ 1 callers
Method
check_nt
(self, **kws)
numpy/distutils/tests/test_exec_command.py:103
↓ 1 callers
Function
check_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 callers
Method
check_posix
(self, **kws)
numpy/distutils/tests/test_exec_command.py:113
↓ 1 callers
Function
check_prec
(prec)
numpy/core/setup.py:260
↓ 1 callers
Method
check_qr_stacked
(self, a)
numpy/linalg/tests/test_linalg.py:1733
↓ 1 callers
Function
check_rest
Check reStructuredText formatting of docstrings Parameters ---------- module : ModuleType names : set Returns -------
tools/refguide_check.py:521
↓ 1 callers
Function
check_restrict
Return the restrict identifier (may be empty).
numpy/distutils/command/autodist.py:31
↓ 1 callers
Method
check_restrict
Return the restrict keyword recognized by the compiler, empty string otherwise.
numpy/distutils/command/config.py:415
↓ 1 callers
Function
check_submodules
verify that the submodules are checked out and clean use `git submodule update --init`; on failure
setup.py:129
↓ 1 callers
Function
check_support_sve
gh-22982
numpy/testing/_private/utils.py:1239
↓ 1 callers
Method
check_symbols
(self, info)
numpy/distutils/system_info.py:2404
↓ 1 callers
Function
check_td_order
(tds)
numpy/core/code_generators/generate_umath.py:121
↓ 1 callers
Function
check_text
(text)
tools/wheels/check_license.py:16
↓ 1 callers
Method
check_type
Check type availability. Return True if the type can be compiled, False otherwise
numpy/distutils/command/config.py:203
↓ 1 callers
Method
check_type_size
Check size of a given type.
numpy/distutils/command/config.py:232
↓ 1 callers
Function
check_types
(config_cmd, ext, build_dir)
numpy/core/setup.py:278
↓ 1 callers
Function
cher2_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:2225
↓ 1 callers
Function
cher2k_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:2649
↓ 1 callers
Function
chetd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7263
↓ 1 callers
Function
chetrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7599
↓ 1 callers
Function
chseqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:7954
↓ 1 callers
Function
clabrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:8407
↓ 1 callers
Function
clacp2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:8950
↓ 1 callers
Function
claed0_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:9369
↓ 1 callers
Function
claed7_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:9716
↓ 1 callers
Function
claed8_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:10018
↓ 1 callers
Function
clahr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:11169
↓ 1 callers
Function
clals0_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:11481
↓ 1 callers
Function
clalsa_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:12014
← previous
next →
3,201–3,300 of 17,008, ranked by callers