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
↓ 2 callers
Function
cgebrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:975
↓ 2 callers
Function
cgelqf_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:2457
↓ 2 callers
Function
cgeqrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:3557
↓ 2 callers
Function
check_callers
numpy/core/src/multiarray/temp_elide.c:112
↓ 2 callers
Method
check_canonical
Check most properties relevant to "canonical" versions of a dtype, which is mainly native byte order for datatypes supporting this.
numpy/core/tests/test_dtype.py:1160
↓ 2 callers
Method
check_clump
(self, f)
numpy/ma/tests/test_extras.py:110
↓ 2 callers
Method
check_complex
(self, *a, **kw)
numpy/core/setup.py:63
↓ 2 callers
Function
check_complex_value
(f, x1, y1, x2, y2, exact=True)
numpy/core/tests/test_umath_complex.py:547
↓ 2 callers
Method
check_count_nonzero
(self, power, length)
numpy/core/tests/test_multiarray.py:1667
↓ 2 callers
Method
check_dtype
(x, res)
numpy/linalg/tests/test_linalg.py:1239
↓ 2 callers
Function
check_funcs_once
( funcs_name, headers=["feature_detection_math.h", "feature_detection_cmath.h"],
numpy/core/setup.py:156
↓ 2 callers
Method
check_funcs_once
Check a list of functions at once. This is useful to speed up things, since all the functions in the funcs list will be put in one co
numpy/distutils/command/config.py:349
↓ 2 callers
Method
check_function
(self, t, tname)
numpy/f2py/tests/test_return_character.py:11
↓ 2 callers
Method
check_function
(self, t, tname)
numpy/f2py/tests/test_return_integer.py:8
↓ 2 callers
Method
check_function
(self, name)
numpy/f2py/tests/test_callback.py:52
↓ 2 callers
Method
check_function
(self, t, tname)
numpy/f2py/tests/test_return_complex.py:8
↓ 2 callers
Method
check_function
(self, t)
numpy/f2py/tests/test_return_logical.py:8
↓ 2 callers
Method
check_gcc_function_attribute
(self, attribute, name)
numpy/distutils/command/config.py:424
↓ 2 callers
Method
check_header
(self, header, include_dirs=None, library_dirs=None, lang='c')
numpy/distutils/command/config.py:166
↓ 2 callers
Function
check_internal_overlap
(a, manual_expected=None)
numpy/core/tests/test_mem_overlap.py:450
↓ 2 callers
Function
check_is_convertible_to_scalar
numpy/core/src/multiarray/common.c:444
↓ 2 callers
Function
check_may_share_memory_easy_fuzz
(get_max_work, same_steps, min_count)
numpy/core/tests/test_mem_overlap.py:322
↓ 2 callers
Method
check_promotion_cases
(self, promote_func)
numpy/core/tests/test_numeric.py:738
↓ 2 callers
Method
check_qr
(self, a)
numpy/linalg/tests/test_linalg.py:1637
↓ 2 callers
Method
check_types
(self, *a, **kw)
numpy/core/setup.py:55
↓ 2 callers
Function
check_ufunc_scalar_equivalence
(op, arr1, arr2)
numpy/core/tests/test_scalarmath.py:84
↓ 2 callers
Function
chemv_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:1816
↓ 2 callers
Function
cherk_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:3298
↓ 2 callers
Function
claqr4_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:15922
↓ 2 callers
Function
claqr5_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:16703
↓ 2 callers
Function
classq_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:21049
↓ 2 callers
Function
claswp_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:21162
↓ 2 callers
Method
clean_path
(self, path)
tools/c_coverage/c_coverage_report.py:92
↓ 2 callers
Function
cmp_arg_types
return 1 if arg1 > arg2, 0 if arg1 == arg2, and -1 if arg1 < arg2 */
numpy/core/src/umath/ufunc_object.c:5358
↓ 2 callers
Function
combine_paths
Return a list of existing paths composed by all combinations of items from arguments.
numpy/distutils/system_info.py:3175
↓ 2 callers
Function
command_by_line
(cmd, successful_status=(0,), stacklevel=1)
numpy/distutils/cpuinfo.py:46
↓ 2 callers
Function
command_info
(successful_status=(0,), stacklevel=1, **kw)
numpy/distutils/cpuinfo.py:37
↓ 2 callers
Function
compress_nd
Suppress slices from multiple dimensions which contain masked values. Parameters ---------- x : array_like, MaskedArray The array
numpy/ma/extras.py:823
↓ 2 callers
Function
compute_min_run
numpy/core/src/npysort/timsort.cpp:45
↓ 2 callers
Function
configtest_name
(config)
numpy/distutils/mingw32ccompiler.py:566
↓ 2 callers
Function
conv
(x)
numpy/lib/tests/test_loadtxt.py:475
↓ 2 callers
Function
conv
(astr)
numpy/distutils/from_template.py:105
↓ 2 callers
Function
convert_datetime_divisor_to_multiple
* Translate divisors into multiples of smaller units. * 'metastr' is used for the error message if the divisor doesn't work, * and can be NULL if th
numpy/core/src/multiarray/datetime.c:949
↓ 2 callers
Function
convert_datetime_metadata_tuple_to_datetime_metadata
* Converts a metadata tuple into a datetime metadata C struct. * * Returns 0 on success, -1 on failure. */
numpy/core/src/multiarray/datetime.c:1801
↓ 2 callers
Function
convert_pydatetime_to_datetimestruct
* Tests for and converts a Python datetime.datetime or datetime.date * object into a NumPy npy_datetimestruct. * * While the C API has PyDate_* and
numpy/core/src/multiarray/datetime.c:2111
↓ 2 callers
Function
convert_pyobject_to_datetime
* Converts a PyObject * into a datetime, in any of the forms supported. * * If the units metadata isn't known ahead of time, set meta->base * to -1
numpy/core/src/multiarray/datetime.c:2373
↓ 2 callers
Function
copy
***************************************************************************** ** DISPATCHER FUNCS
numpy/linalg/umath_linalg.cpp:779
↓ 2 callers
Function
copy_and_norm
numpy/fft/_pocketfft.c:1698
↓ 2 callers
Function
copycast_isaligned
* Check that array data is both uint-aligned and true-aligned for all array * elements, as required by the copy/casting code in lowlevel_strided_loop
numpy/core/src/multiarray/array_assign_array.c:36
↓ 2 callers
Function
cosh
Array API compatible wrapper for :py:func:`np.cosh <numpy.cosh>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:266
↓ 2 callers
Function
cost_guess
numpy/fft/_pocketfft.c:237
↓ 2 callers
Method
count
()
numpy/lib/tests/test_io.py:1157
↓ 2 callers
Function
count_nonzero_int
* Counts the number of True values in a raw boolean array. This * is a low-overhead function which does no heap allocations. * * Returns -1 on erro
numpy/core/src/multiarray/item_selection.c:2585
↓ 2 callers
Function
crack2fortrangen
(block, tab='\n', as_interface=False)
numpy/f2py/crackfortran.py:3270
↓ 2 callers
Function
cracktypespec0
(typespec, ll)
numpy/f2py/crackfortran.py:1600
↓ 2 callers
Function
create_datetime_dtype_with_unit
* Creates a datetime or timedelta dtype using the given unit. */
numpy/core/src/multiarray/datetime.c:678
↓ 2 callers
Function
ctrexc_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:25590
↓ 2 callers
Function
cunglq_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:26954
↓ 2 callers
Function
cunmbr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:27905
↓ 2 callers
Function
cunmhr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:28245
↓ 2 callers
Function
cunmlq_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:28696
↓ 2 callers
Function
cyg2win32
Convert a path from Cygwin-native to Windows-native. Uses the cygpath utility (part of the Base install) to do the actual conversion. Falls
numpy/distutils/misc_util.py:386
↓ 2 callers
Method
data_as
Return the data pointer cast to a particular c-types object. For example, calling ``self._as_parameter_`` is equivalent to ``
numpy/core/_internal.py:267
↓ 2 callers
Function
days_to_yearsdays
* Modifies '*days_' to be the day offset within the year, * and returns the year. */
numpy/core/src/multiarray/datetime.c:196
↓ 2 callers
Function
dbdsdc_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:57
↓ 2 callers
Function
debugcapi
(var)
numpy/f2py/auxfuncs.py:67
↓ 2 callers
Method
define_from_array_api_string
(self)
numpy/core/code_generators/genapi.py:332
↓ 2 callers
Method
dependencies
(self)
numpy/linalg/lapack_lite/make_lite.py:81
↓ 2 callers
Method
deriv
Differentiate. Return a series instance of that is the derivative of the current series. Parameters ----------
numpy/polynomial/_polybase.py:886
↓ 2 callers
Function
destroy_cfftp_plan
numpy/fft/_pocketfft.c:1068
↓ 2 callers
Function
destroy_fftblue_plan
numpy/fft/_pocketfft.c:1952
↓ 2 callers
Function
destroy_rfft_plan
numpy/fft/_pocketfft.c:2170
↓ 2 callers
Function
determineexprtype
(expr, vars, rules={})
numpy/f2py/crackfortran.py:3225
↓ 2 callers
Function
dgebrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:2334
↓ 2 callers
Function
dgelqf_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:3822
↓ 2 callers
Function
dgeqrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:4882
↓ 2 callers
Function
dger_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:7493
↓ 2 callers
Function
diag_indices
Return the indices to access the main diagonal of an array. This returns a tuple of indices that can be used to access the main diagonal
numpy/lib/index_tricks.py:920
↓ 2 callers
Function
diagflat
Create a two-dimensional array with the flattened input as a diagonal. Parameters ---------- v : array_like Input data, whic
numpy/lib/twodim_base.py:307
↓ 2 callers
Function
dict_append
(d_out, d_in)
numpy/f2py/f2py2e.py:406
↓ 2 callers
Method
dist_compile
Wrap CCompiler.compile()
numpy/distutils/ccompiler_opt.py:606
↓ 2 callers
Method
dist_error
Raise a compiler error
numpy/distutils/ccompiler_opt.py:680
↓ 2 callers
Method
dist_info
Return a tuple containing info about (platform, compiler, extra_args), required by the abstract class '_CCompiler' for discovering th
numpy/distutils/ccompiler_opt.py:642
↓ 2 callers
Function
divmod_128_64
Long integer divide */
numpy/core/src/common/npy_extint128.h:231
↓ 2 callers
Function
dladiv_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:8527
↓ 2 callers
Function
dlaed4_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:10169
↓ 2 callers
Function
dlaed6_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:11237
↓ 2 callers
Function
dlaed9_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:12371
↓ 2 callers
Function
dlaeda_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:12616
↓ 2 callers
Function
dlaev2_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:12876
↓ 2 callers
Function
dlaqr4_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:19584
↓ 2 callers
Function
dlaqr5_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:20348
↓ 2 callers
Function
dlas2_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:23648
↓ 2 callers
Function
dlasd4_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:25648
↓ 2 callers
Function
dlaswp_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:31935
↓ 2 callers
Function
do_fio
numpy/linalg/lapack_lite/f2c.c:23
↓ 2 callers
Function
dorglq_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:33956
↓ 2 callers
Function
dormbr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:34877
↓ 2 callers
Function
dormhr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:35208
↓ 2 callers
Function
dormlq_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:35639
← previous
next →
1,801–1,900 of 17,008, ranked by callers