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
find_unexpected_members
(mod_name)
numpy/tests/test_public_api.py:416
↓ 1 callers
Function
find_userloop
numpy/core/src/umath/ufunc_type_resolution.c:1425
↓ 1 callers
Function
findcommonblocks
(block, top=1)
numpy/f2py/common_rules.py:22
↓ 1 callers
Function
findf90modules
(m)
numpy/f2py/f90mod_rules.py:29
↓ 1 callers
Function
finish_arg
()
numpy/core/code_generators/genapi.py:190
↓ 1 callers
Method
finish_signature
(self, nin, nout)
numpy/core/code_generators/generate_umath.py:86
↓ 1 callers
Function
fix_invalid
Return input with invalid data masked and replaced by a fill value. Invalid data means values of `nan`, `inf`, etc. Parameters ----
numpy/ma/core.py:725
↓ 1 callers
Function
fix_name_if_typeerror
numpy/core/src/multiarray/arrayfunction_override.c:440
↓ 1 callers
Function
fix_usage
(varname, value)
numpy/f2py/crackfortran.py:3649
↓ 1 callers
Function
flatlist
(lst)
numpy/f2py/auxfuncs.py:775
↓ 1 callers
Function
flatnotmasked_edges
Find the indices of the first and last unmasked values. Expects a 1-D `MaskedArray`, returns None if all values are masked. Parameters
numpy/ma/extras.py:1733
↓ 1 callers
Function
flatten_descr
Flatten a structured data-type description. Examples -------- >>> from numpy.lib import recfunctions as rfn >>> ndtype = np.dtyp
numpy/lib/recfunctions.py:169
↓ 1 callers
Function
flatten_inplace
Flatten a sequence in place.
numpy/ma/extras.py:360
↓ 1 callers
Function
flatten_sequence
Flattens a compound of nested iterables.
numpy/ma/core.py:2516
↓ 1 callers
Function
flip
Reverse the order of elements in an array along the given axis. The shape of the array is preserved, but the elements are reordered. ..
numpy/lib/function_base.py:255
↓ 1 callers
Function
fliplr
Reverse the order of elements along axis 1 (left/right). For a 2-D array, this flips the entries in each row in the left/right direction
numpy/lib/twodim_base.py:49
↓ 1 callers
Function
floordiv_128_64
Divide and round down (positive divisor; no overflows) */
numpy/core/src/common/npy_extint128.h:287
↓ 1 callers
Method
flushTo
(self, other_queue)
numpy/linalg/lapack_lite/clapack_scrub.py:143
↓ 1 callers
Function
fmask
Returns the filled array, or True if masked.
numpy/ma/core.py:7739
↓ 1 callers
Method
format_array
(self, a)
numpy/core/arrayprint.py:1351
↓ 1 callers
Function
format_def
Returns number of bytes consumed from buf, or -1 on error. */
numpy/f2py/src/fortranobject.c:215
↓ 1 callers
Function
formatargspec
Format an argument spec from the 4 values returned by getargspec. The first four arguments are (args, varargs, varkw, defaults). The other f
numpy/_utils/_inspect.py:140
↓ 1 callers
Function
fortranSourceLines
Return an iterator over statement lines of a Fortran source file. Comment and blank lines are stripped out, and continuation lines are merged
numpy/linalg/lapack_lite/fortran.py:78
↓ 1 callers
Function
fortran_doc
numpy/f2py/src/fortranobject.c:258
↓ 1 callers
Function
forward_bytes_to_stdout
Forward bytes from a subprocess call to the console, without attempting to decode them. The assumption is that the subprocess call alrea
numpy/distutils/exec_command.py:80
↓ 1 callers
Method
from_filename
(cls, filename, namespace=None, encoding=None, default_inherit=None, get_template=get_fi
tools/npy_tempita/__init__.py:152
↓ 1 callers
Function
fromfile
Create an array from binary file data Parameters ---------- fd : str or file type If file is a string or a path-like object then
numpy/core/records.py:853
↓ 1 callers
Function
fromflex
Build a masked array from a suitable flexible-type array. The input array has to have a data-type with ``_data`` and ``_mask`` fields. T
numpy/ma/core.py:8312
↓ 1 callers
Function
fromrecords
Create a recarray from a list of records in text form. Parameters ---------- recList : sequence data in the same field may be het
numpy/core/records.py:684
↓ 1 callers
Function
fromstring
r"""Create a record array from binary data Note that despite the name of this function it does not accept `str` instances. Parameters
numpy/core/records.py:769
↓ 1 callers
Function
fromtextfile
Creates a mrecarray from data stored in the file `filename`. Parameters ---------- fname : {file name/handle} Handle of an o
numpy/ma/mrecords.py:669
↓ 1 callers
Function
full
Array API compatible wrapper for :py:func:`np.full <numpy.full>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:160
↓ 1 callers
Function
full_like
Array API compatible wrapper for :py:func:`np.full_like <numpy.full_like>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:187
↓ 1 callers
Function
fullapi_hash
Given a list of api dicts defining the numpy C API, compute a checksum of the list of items in the API (as a string).
numpy/core/code_generators/genapi.py:511
↓ 1 callers
Function
func
(a: int)
numpy/typing/tests/data/pass/lib_utils.py:11
↓ 1 callers
Function
func_assert_same_pos
Handling nan/inf. Combine results of running func on x and y, checking that they are True at the same locations.
numpy/testing/_private/utils.py:661
↓ 1 callers
Method
g
(self,z,c)
benchmarks/benchmarks/bench_ufunc_strides.py:174
↓ 1 callers
Function
gauss_from_uint
(x, n, bits)
numpy/random/tests/test_direct.py:107
↓ 1 callers
Function
gcov_reset_counters
()
runtests.py:657
↓ 1 callers
Function
gemm
* Helper: dispatch to appropriate cblas_?gemm for typenum. */
numpy/core/src/common/cblasfuncs.c:26
↓ 1 callers
Function
gemv
* Helper: dispatch to appropriate cblas_?gemv for typenum. */
numpy/core/src/common/cblasfuncs.c:60
↓ 1 callers
Function
gen_lib_options
(compiler, library_dirs, runtime_library_dirs, libraries)
numpy/distutils/ccompiler.py:800
↓ 1 callers
Function
gen_next
next state generating function */
numpy/random/src/mt19937/mt19937-jump.c:23
↓ 1 callers
Method
gen_rst_table
(self, field_names, rows, tab_size=4)
doc/source/reference/simd/gen_features.py:116
↓ 1 callers
Function
general_source_directories_files
Return a directory name relative to top_path and files contained.
numpy/distutils/misc_util.py:623
↓ 1 callers
Method
generate_a_pyrex_source
Pyrex is not supported, but some projects monkeypatch this method. That allows compiling Cython code, see gh-6955. This method will r
numpy/distutils/command/build_src.py:458
↓ 1 callers
Function
generate_api
(output_dir, force=False)
numpy/core/code_generators/generate_ufunc_api.py:120
↓ 1 callers
Function
generate_api
(output_dir, force=False)
numpy/core/code_generators/generate_numpy_api.py:143
↓ 1 callers
Function
generate_api_func
(module_name)
numpy/core/setup.py:616
↓ 1 callers
Function
generate_cython
()
setup.py:315
↓ 1 callers
Method
generate_dispatch_header
Generate the dispatch header which contains the #definitions and headers for platform-specific instruction-sets for the enabled CPU b
numpy/distutils/ccompiler_opt.py:2356
↓ 1 callers
Function
generate_manifest
(config)
numpy/distutils/mingw32ccompiler.py:581
↓ 1 callers
Method
generate_meson_build
(self)
numpy/f2py/_backends/_meson.py:114
↓ 1 callers
Method
generate_scripts
(self, scripts)
numpy/distutils/command/build_scripts.py:10
↓ 1 callers
Function
getLapackRoutines
(wrapped_routines, ignores, lapack_dir)
numpy/linalg/lapack_lite/make_lite.py:203
↓ 1 callers
Function
getWrappedRoutineNames
(wrapped_routines_file)
numpy/linalg/lapack_lite/make_lite.py:226
↓ 1 callers
Function
get_annotations
()
numpy/core/code_generators/numpy_api.py:21
↓ 1 callers
Function
get_api_functions
Parse source files to get functions tagged by the given tag.
numpy/core/code_generators/genapi.py:502
↓ 1 callers
Function
get_api_versions
Return current C API checksum and the recorded checksum. Return current C API checksum and the recorded checksum for the given version o
numpy/core/setup_common.py:63
↓ 1 callers
Function
get_api_versions
Return current C API checksum and the recorded checksum. Return current C API checksum and the recorded checksum for the given version o
numpy/core/code_generators/verify_c_api_version.py:11
↓ 1 callers
Function
get_array
(i)
numpy/core/tests/test_nditer.py:1768
↓ 1 callers
Function
get_array_memory_extents
Gets a half-open range [start, end) which contains the array data */
numpy/core/src/common/mem_overlap.c:693
↓ 1 callers
Function
get_array_ufunc_overrides
* For each positional argument and each argument in a possible "out" * keyword, look for overrides of the standard ufunc behaviour, i.e., * non-defa
numpy/core/src/umath/override.c:25
↓ 1 callers
Function
get_authors
(revision_range)
tools/changelog.py:56
↓ 1 callers
Method
get_branch_diff
Determine the first common ancestor commit. Find diff between branch and FCA commit. Note: if `uncommitted` is se
tools/linter.py:29
↓ 1 callers
Function
get_build_overrides
Custom build commands to add std flags if required to compilation
setup.py:187
↓ 1 callers
Method
get_cblas_libs
Check whether we can link with CBLAS interface This method will search through several combinations of libraries to check whether CB
numpy/distutils/system_info.py:2236
↓ 1 callers
Function
get_class
notfound_action: 0 - do nothing 1 - display warning message 2 - raise error
numpy/distutils/tests/test_system_info.py:27
↓ 1 callers
Function
get_clear_function
numpy/core/src/multiarray/dtype_traversal.c:43
↓ 1 callers
Function
get_coef
32-bits function */ return the i-th coefficient of the polynomial pf */
numpy/random/src/mt19937/mt19937-jump.c:6
↓ 1 callers
Method
get_config_exe
(self)
numpy/distutils/system_info.py:2966
↓ 1 callers
Method
get_config_output
(self, config_exe, option)
numpy/distutils/system_info.py:2971
↓ 1 callers
Function
get_count
(filename, repo)
tools/commitstats.py:9
↓ 1 callers
Function
get_datetime_to_unicode_transfer_function
numpy/core/src/multiarray/dtype_transfer.c:1097
↓ 1 callers
Function
get_datetimestruct_minutes
* Calculates the minutes offset from the 1970 epoch. */
numpy/core/src/multiarray/datetime.c:182
↓ 1 callers
Function
get_default_fcompiler
Determine the default Fortran compiler to use for the given platform.
numpy/distutils/fcompiler/__init__.py:855
↓ 1 callers
Function
get_docs_url
()
setup.py:473
↓ 1 callers
Function
get_elsize
numpy/f2py/src/fortranobject.c:795
↓ 1 callers
Function
get_expected_stringlength
Returns the string length when casting the basic dtypes to strings.
numpy/core/tests/test_casting_unittests.py:39
↓ 1 callers
Function
get_ext_source_files
(ext)
numpy/distutils/misc_util.py:649
↓ 1 callers
Function
get_f2py_modulename
(source)
numpy/distutils/command/build_src.py:761
↓ 1 callers
Function
get_f77flags
Search the first 20 lines of fortran 77 code for line pattern `CF77FLAGS(<fcompiler type>)=<f77 flags>` Return a dictionary {<fcompiler
numpy/distutils/fcompiler/__init__.py:1013
↓ 1 callers
Function
get_feature_from_proc_cpuinfo
numpy/core/src/common/npy_cpuinfo_parser.h:236
↓ 1 callers
Method
get_file
(self, path)
tools/c_coverage/c_coverage_report.py:83
↓ 1 callers
Function
get_file_size
* Get the size of a file by reading it until the end. This is needed * because files under /proc do not always return a valid size when * using fsee
numpy/core/src/common/npy_cpuinfo_parser.h:61
↓ 1 callers
Function
get_files
(dir_to_check, kind='test')
tools/check_installed_files.py:67
↓ 1 callers
Function
get_fill_value
Return the filling value of a, if any. Otherwise, returns the default filling value for that type.
numpy/ma/core.py:542
↓ 1 callers
Method
get_flags_arch_f77
(self)
numpy/distutils/fcompiler/mips.py:36
↓ 1 callers
Method
get_flags_debug
(self)
numpy/distutils/fcompiler/nag.py:49
↓ 1 callers
Method
get_flags_linker_so
(self)
numpy/distutils/fcompiler/gnu.py:109
↓ 1 callers
Method
get_flags_linker_so
(self)
numpy/distutils/fcompiler/nag.py:39
↓ 1 callers
Function
get_floatstatus
numpy/core/src/_simd/_simd.c:5
↓ 1 callers
Function
get_frame
Return frame object from call stack with given level.
numpy/distutils/misc_util.py:745
↓ 1 callers
Function
get_from_ucs4_function
* Fetch custom converters for the builtin NumPy DTypes (or the generic one). * Structured DTypes get unpacked and `object` uses the generic method.
numpy/core/src/multiarray/textreading/field_types.c:34
↓ 1 callers
Function
get_handler_version
numpy/core/src/multiarray/alloc.c:606
↓ 1 callers
Function
get_hash
(frompath, topath)
tools/cythonize.py:141
↓ 1 callers
Function
get_ilp64
()
tools/openblas_support.py:50
↓ 1 callers
Function
get_indexes_
()
benchmarks/benchmarks/common.py:109
↓ 1 callers
Function
get_indexes_rand_
()
benchmarks/benchmarks/common.py:117
↓ 1 callers
Function
get_legacy_dtype_cast_function
numpy/core/src/multiarray/dtype_transfer.c:1230
← previous
next →
3,601–3,700 of 17,008, ranked by callers