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
Function
get_lib_source_files
(lib)
numpy/distutils/misc_util.py:666
↓ 1 callers
Method
get_libraries
(self, key='libraries')
numpy/distutils/system_info.py:961
↓ 1 callers
Method
get_libraries
List of compiler libraries.
numpy/distutils/fcompiler/__init__.py:420
↓ 1 callers
Method
get_libraries
(self)
numpy/distutils/fcompiler/gnu.py:198
↓ 1 callers
Method
get_library_dirs
List of compiler library directories.
numpy/distutils/fcompiler/__init__.py:423
↓ 1 callers
Method
get_library_dirs
(self)
numpy/distutils/fcompiler/gnu.py:176
↓ 1 callers
Function
get_linux
(arch)
tools/openblas_support.py:73
↓ 1 callers
Function
get_manylinux
(arch)
tools/openblas_support.py:58
↓ 1 callers
Function
get_mathlibs
Return the MATHLIB line from numpyconfig.h
numpy/distutils/misc_util.py:205
↓ 1 callers
Function
get_members
()
tools/openblas_support.py:219
↓ 1 callers
Method
get_mkl_rootdir
(self)
numpy/distutils/system_info.py:1264
↓ 1 callers
Function
get_n_to_n_transfer_function
* Note that this function is currently both used for structured dtype * casting as well as a decref function (with `dst_dtype == NULL`) */
numpy/core/src/multiarray/dtype_transfer.c:1656
↓ 1 callers
Function
get_names
Returns the field names of the input datatype as a tuple. Input datatype must have fields otherwise error is raised. Parameters ----
numpy/lib/recfunctions.py:105
↓ 1 callers
Function
get_names_flat
Returns the field names of the input datatype as a tuple. Input datatype must have fields otherwise error is raised. Nested structure are
numpy/lib/recfunctions.py:137
↓ 1 callers
Function
get_nbo_cast_datetime_transfer_function
* Assumes src_dtype and dst_dtype are both datetimes or both timedeltas */
numpy/core/src/multiarray/dtype_transfer.c:978
↓ 1 callers
Function
get_new_loop_data
numpy/core/src/umath/legacy_array_method.c:56
↓ 1 callers
Function
get_npy_pkg_dir
Return the path where to find the npy-pkg-config directory. If the NPY_PKG_CONFIG_PATH environment variable is set, the value of that is retu
numpy/distutils/misc_util.py:2152
↓ 1 callers
Function
get_num_build_jobs
Get number of parallel build jobs set by the --parallel command line argument of setup.py If the command did not receive a setting the en
numpy/distutils/misc_util.py:76
↓ 1 callers
Function
get_one_to_n_transfer_function
numpy/core/src/multiarray/dtype_transfer.c:1495
↓ 1 callers
Method
get_output
Try to compile, link to an executable, and run a program built from 'body' and 'headers'. Returns the exit status code of the program
numpy/distutils/command/config.py:440
↓ 1 callers
Function
get_params
()
numpy/core/tests/test_nditer.py:2319
↓ 1 callers
Function
get_path_from_frame
Return path of the module given a frame object from the call stack. Returned path is relative to parent_path when given, otherwise it is abso
numpy/distutils/misc_util.py:148
↓ 1 callers
Function
get_pkg_info
Return library info for the given package. Parameters ---------- pkgname : str Name of the package (should match the name of
numpy/distutils/misc_util.py:2172
↓ 1 callers
Function
get_plat
()
tools/openblas_support.py:36
↓ 1 callers
Function
get_processor
()
numpy/core/code_generators/genapi.py:20
↓ 1 callers
Function
get_processor
()
numpy/_build_utils/process_src_template.py:8
↓ 1 callers
Function
get_pull_requests
(repo, revision_range)
tools/changelog.py:84
↓ 1 callers
Function
get_pythonexe
()
numpy/distutils/exec_command.py:107
↓ 1 callers
Function
get_remaining_size
(fd)
numpy/core/records.py:843
↓ 1 callers
Function
get_script_files
(scripts)
numpy/distutils/misc_util.py:662
↓ 1 callers
Method
get_signature
Construct a signature and replace all default parameter-values.
numpy/lib/tests/test_nanfunctions.py:60
↓ 1 callers
Function
get_so_suffix
()
numpy/testing/_private/extbuild.py:245
↓ 1 callers
Function
get_sorted_names
(vars)
numpy/f2py/crackfortran.py:2416
↓ 1 callers
Function
get_standard_file
Returns a list of files named 'fname' from 1) System-wide directory (directory-location of this module) 2) Users HOME directory (os.environ['H
numpy/distutils/system_info.py:382
↓ 1 callers
Function
get_subarray_broadcast_transfer_function
numpy/core/src/multiarray/dtype_transfer.c:1901
↓ 1 callers
Function
get_swig_modulename
(source)
numpy/distutils/command/build_src.py:737
↓ 1 callers
Function
get_swig_target
(source)
numpy/distutils/command/build_src.py:727
↓ 1 callers
Method
get_target
(self)
numpy/distutils/fcompiler/gnu.py:383
↓ 1 callers
Function
get_token
(pos=False)
tools/npy_tempita/__init__.py:1039
↓ 1 callers
Function
get_tzoffset_from_pytzinfo
* Gets a tzoffset in minutes by calling the fromutc() function on * the Python datetime.tzinfo object. */
numpy/core/src/multiarray/datetime.c:2325
↓ 1 callers
Function
get_unicode_to_datetime_transfer_function
numpy/core/src/multiarray/dtype_transfer.c:1189
↓ 1 callers
Function
get_usedict
(block)
numpy/f2py/crackfortran.py:1993
↓ 1 callers
Function
get_values
()
benchmarks/benchmarks/common.py:45
↓ 1 callers
Method
get_version
(self, force=0, ok_status=[256, 0, 1])
numpy/distutils/fcompiler/hpux.py:32
↓ 1 callers
Function
get_wheel_names
Get wheel names from Anaconda HTML directory. This looks in the Anaconda multibuild-wheels-staging page and parses the HTML to get all the w
tools/download-wheels.py:47
↓ 1 callers
Function
get_wrapping_auxdata
numpy/core/src/umath/wrapping_array_method.c:105
↓ 1 callers
Function
getargs
(rout)
numpy/f2py/auxfuncs.py:728
↓ 1 callers
Function
getargs2
(rout)
numpy/f2py/auxfuncs.py:744
↓ 1 callers
Function
getarrdocsign
(a, var)
numpy/f2py/capi_maps.py:416
↓ 1 callers
Function
getbufsize
Return the size of the buffer used in ufuncs. Returns ------- getbufsize : int Size of ufunc buffer in bytes.
numpy/core/_ufunc_config.py:208
↓ 1 callers
Function
getcallprotoargument
(rout, cb_map={})
numpy/f2py/auxfuncs.py:677
↓ 1 callers
Function
getdimension
(var)
numpy/f2py/auxfuncs.py:417
↓ 1 callers
Method
getdoc
Return the doc of the function (from the doc of the method).
numpy/ma/core.py:8394
↓ 1 callers
Method
getdoc
Retrieve the docstring and signature from the function. The ``__doc__`` attribute of the function is used as the docstring for
numpy/ma/extras.py:237
↓ 1 callers
Function
geterr
Get the current way of handling floating-point errors. Returns ------- res : dict A dictionary with keys "divide", "over", "
numpy/core/_ufunc_config.py:133
↓ 1 callers
Function
geterrcall
Return the current callback function used on floating-point errors. When the error handling for a floating-point error (one of "divide",
numpy/core/_ufunc_config.py:315
↓ 1 callers
Function
getnm
Returns the output of nm_cmd via a pipe. nm_output = getnm(nm_cmd = 'nm -Cs py_lib')
numpy/distutils/lib2def.py:62
↓ 1 callers
Function
getpymethoddef
(rout)
numpy/f2py/auxfuncs.py:724
↓ 1 callers
Function
getrestdoc
(rout)
numpy/f2py/auxfuncs.py:761
↓ 1 callers
Function
getrf
numpy/linalg/umath_linalg.cpp:800
↓ 1 callers
Function
git_version
(version)
numpy/_build_utils/gitversion.py:21
↓ 1 callers
Function
give_bad_field_error
numpy/core/src/multiarray/convert_datatype.c:3187
↓ 1 callers
Function
green_text
(s)
numpy/distutils/misc_util.py:375
↓ 1 callers
Function
hamming
Return the Hamming window. The Hamming window is a taper formed by using a weighted cosine. Parameters ---------- M : int
numpy/lib/function_base.py:3238
↓ 1 callers
Function
hanning
Return the Hanning window. The Hanning window is a taper formed by using a weighted cosine. Parameters ---------- M : int
numpy/lib/function_base.py:3129
↓ 1 callers
Function
has_c_compiler
()
numpy/f2py/tests/util.py:267
↓ 1 callers
Function
has_equivalent_datetime_metadata
* Returns true if the datetime metadata matches */
numpy/core/src/multiarray/datetime.c:2974
↓ 1 callers
Function
has_f90_compiler
()
numpy/f2py/tests/util.py:275
↓ 1 callers
Method
has_info
(self)
numpy/distutils/system_info.py:825
↓ 1 callers
Function
hascallstatement
(rout)
numpy/f2py/auxfuncs.py:576
↓ 1 callers
Function
hasresultnote
(rout)
numpy/f2py/auxfuncs.py:535
↓ 1 callers
Function
have_compiler
Return True if there appears to be an executable compiler
numpy/distutils/tests/test_system_info.py:75
↓ 1 callers
Method
have_cxx_sources
(self)
numpy/distutils/command/build_clib.py:81
↓ 1 callers
Method
have_f_sources
(self)
numpy/distutils/command/build_clib.py:75
↓ 1 callers
Function
header_data_from_array_1_0
Get the dictionary of header metadata from a numpy.ndarray. Parameters ---------- array : numpy.ndarray Returns ------- d :
numpy/lib/format.py:338
↓ 1 callers
Function
hermesub
Subtract one Hermite series from another. Returns the difference of two Hermite series `c1` - `c2`. The sequences of coefficients are f
numpy/polynomial/hermite_e.py:352
↓ 1 callers
Function
hermeval
Evaluate an HermiteE series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * He_0(x) +
numpy/polynomial/hermite_e.py:795
↓ 1 callers
Function
hermsub
Subtract one Hermite series from another. Returns the difference of two Hermite series `c1` - `c2`. The sequences of coefficients are f
numpy/polynomial/hermite.py:353
↓ 1 callers
Function
hermval
Evaluate an Hermite series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * H_0(x) + c
numpy/polynomial/hermite.py:802
↓ 1 callers
Function
horner1
compute pf(ss) using standard Horner method */
numpy/random/src/mt19937/mt19937-jump.c:65
↓ 1 callers
Function
hypergeometric_hrua
numpy/random/src/distributions/random_hypergeometric.c:119
↓ 1 callers
Function
hypergeometric_sample
numpy/random/src/distributions/random_hypergeometric.c:46
↓ 1 callers
Function
iadd
(line, s=ihooks)
numpy/f2py/f90mod_rules.py:126
↓ 1 callers
Function
iadd
(line, s=ihooks)
numpy/f2py/common_rules.py:55
↓ 1 callers
Function
identity_list_hash
* This hashing function is basically the Python tuple hash with the type * identity hash inlined. The tuple hash itself is a reduced version of xxHas
numpy/core/src/common/npy_hashtable.c:38
↓ 1 callers
Function
ieeeck_
numpy/linalg/lapack_lite/f2c_lapack.c:37
↓ 1 callers
Function
ifft
Compute the one-dimensional inverse discrete Fourier Transform. This function computes the inverse of the one-dimensional *n*-point disc
numpy/fft/_pocketfft.py:220
↓ 1 callers
Function
include_parser
()
numpy/f2py/f2py2e.py:538
↓ 1 callers
Function
index
Like `find`, but raises `ValueError` when the substring is not found. Calls `str.index` element-wise. Parameters ---------- a :
numpy/core/defchararray.py:785
↓ 1 callers
Function
index_has_memory_overlap
* Check if self has memory overlap with one of the index arrays, or with extra_op. * * @returns 1 if memory overlap found, 0 if not. */
numpy/core/src/multiarray/mapping.c:746
↓ 1 callers
Function
indirect
(x)
numpy/core/arrayprint.py:427
↓ 1 callers
Function
info
(msg, *a, **kw)
numpy/distutils/log.py:106
↓ 1 callers
Function
init_cast_info
* Initialize most of a cast-info structure, this step does not fetch the * transferfunction and transferdata. */
numpy/core/src/multiarray/dtype_transfer.c:2824
↓ 1 callers
Function
init_evd
numpy/linalg/umath_linalg.cpp:1301
↓ 1 callers
Function
init_geev
numpy/linalg/umath_linalg.cpp:2082
↓ 1 callers
Function
init_gelsd
numpy/linalg/umath_linalg.cpp:3731
↓ 1 callers
Function
init_genrand
initializes mt[RK_STATE_LEN] with a seed */
numpy/random/src/mt19937/mt19937.c:17
↓ 1 callers
Function
init_geqrf
numpy/linalg/umath_linalg.cpp:3079
↓ 1 callers
Function
init_gesdd
numpy/linalg/umath_linalg.cpp:2643
↓ 1 callers
Function
init_gqr
numpy/linalg/umath_linalg.cpp:3513
← previous
next →
3,701–3,800 of 17,008, ranked by callers