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
_can_target
Return true if the architecture supports the -arch flag
numpy/distutils/fcompiler/gnu.py:526
↓ 1 callers
Method
_cc_normalize_unix
(self, flags)
numpy/distutils/ccompiler_opt.py:1161
↓ 1 callers
Method
_cc_normalize_win
(self, flags)
numpy/distutils/ccompiler_opt.py:1216
↓ 1 callers
Function
_check_and_copy_sig_to_signature
* Perform a basic check on `dtype`, `sig`, and `signature` since only one * may be set. If `sig` is used, writes it into `out_signature` (which shou
numpy/core/src/umath/ufunc_object.c:4306
↓ 1 callers
Function
_check_append_ext_library
(libraries, lib_name, build_info)
numpy/distutils/core.py:201
↓ 1 callers
Function
_check_append_library
(libraries, item)
numpy/distutils/core.py:172
↓ 1 callers
Function
_check_assignment
Check assignment arr[dstidx] = arr[srcidx] works.
numpy/core/tests/test_mem_overlap.py:55
↓ 1 callers
Function
_check_axis_support
* Check whether the gufunc can be used with axis, i.e., that there is only * a single, shared core dimension (which means that operands either have
numpy/core/src/umath/ufunc_object.c:1758
↓ 1 callers
Method
_check_conv_assert_warn
(self, val, expected)
numpy/core/tests/test_conversion_utils.py:25
↓ 1 callers
Function
_check_for_commastring
numpy/core/src/multiarray/descriptor.c:167
↓ 1 callers
Function
_check_has_fields
numpy/core/src/multiarray/descriptor.c:3492
↓ 1 callers
Function
_check_keepdims_support
* Check whether the gufunc can be used with keepdims, i.e., that all its * input arguments have the same number of core dimension, and all output *
numpy/core/src/umath/ufunc_object.c:1779
↓ 1 callers
Method
_check_ldexp
(self, tp)
numpy/core/tests/test_umath.py:2234
↓ 1 callers
Function
_check_nonneg_int
(value, name="argument")
numpy/lib/npyio.py:787
↓ 1 callers
Function
_check_order
(types1, types2)
numpy/core/code_generators/generate_umath.py:96
↓ 1 callers
Method
_check_single_index
Check a single index item getting and simple setting. Parameters ---------- arr : ndarray Array to be indexed, mu
numpy/core/tests/test_indexing.py:1122
↓ 1 callers
Function
_clear_cast_info_after_get_loop_failure
* When there is a failure in ArrayMethod.get_loop(...) we still have * to clean up references, but assume that `auxdata` and `func` * have undefined
numpy/core/src/multiarray/dtype_transfer.c:2891
↓ 1 callers
Method
_clip_type
(self, type_group, array_max, clip_min, clip_max, inplace=False, expecte
numpy/core/tests/test_multiarray.py:4963
↓ 1 callers
Function
_closest_observation
(n, quantiles)
numpy/lib/function_base.py:4685
↓ 1 callers
Function
_cmpkey
(epoch, release, pre, post, dev, local)
numpy/_utils/_pep440.py:437
↓ 1 callers
Function
_command_line_ok
Return True if command line does not contain any help or display requests.
numpy/distutils/core.py:73
↓ 1 callers
Function
_common_stride
Returns the stride between the fields, or None if the stride is not constant. The values in "counts" designate the lengths of subarrays.
numpy/lib/recfunctions.py:888
↓ 1 callers
Function
_compare_docs
(old_func, new_func)
numpy/lib/tests/test_utils.py:107
↓ 1 callers
Function
_compare_dtypes
(dt1, dt2)
numpy/lib/tests/test_utils.py:183
↓ 1 callers
Method
_compare_pre_release
Compare alpha/beta/rc/final.
numpy/lib/_version.py:99
↓ 1 callers
Method
_compare_version
Compare major.minor.bugfix
numpy/lib/_version.py:78
↓ 1 callers
Function
_compiler_to_string
(compiler)
numpy/distutils/ccompiler.py:432
↓ 1 callers
Function
_compute_virtual_index
Compute the floating point indexes of an array for the linear interpolation of quantiles. n : array_like The sample sizes. qu
numpy/lib/function_base.py:4594
↓ 1 callers
Function
_concatenate_shapes
Given array shapes, return the resulting shape and slices prefixes. These help in nested concatenation. Returns ------- shape: tuple
numpy/core/shape_base.py:563
↓ 1 callers
Function
_construct_lookups
()
numpy/core/numerictypes.py:441
↓ 1 callers
Function
_convert_from_array_descr
* obj is a list. Each item is a tuple with * * (field-name, data-type (either a list or a string), and an optional * shape parameter). * * field
numpy/core/src/multiarray/descriptor.c:417
↓ 1 callers
Function
_convert_from_commastring
* comma-separated string * this is the format developed by the numarray records module and implemented * by the format parser in that module this is
numpy/core/src/multiarray/descriptor.c:724
↓ 1 callers
Function
_convert_from_dict
* Creates a struct dtype object from a Python dictionary. */
numpy/core/src/multiarray/descriptor.c:1042
↓ 1 callers
Function
_convert_from_field_dict
* a dictionary specifying a data-type * must have at least two and up to four * keys These must all be sequences of the same length. * * can also
numpy/core/src/multiarray/descriptor.c:1023
↓ 1 callers
Function
_convert_from_list
* a list specifying a data-type can just be * a list of formats. The names for the fields * will default to f0, f1, f2, and so forth. */
numpy/core/src/multiarray/descriptor.c:611
↓ 1 callers
Function
_convert_from_str
Convert a bytestring specification into a dtype */
numpy/core/src/multiarray/descriptor.c:1724
↓ 1 callers
Function
_convert_from_string
(data)
numpy/matrixlib/defmatrix.py:15
↓ 1 callers
Function
_convert_from_tuple
numpy/core/src/multiarray/descriptor.c:241
↓ 1 callers
Function
_convert_from_type
* Get a dtype instance from a python type */
numpy/core/src/multiarray/descriptor.c:1536
↓ 1 callers
Function
_convert_str_to_file
Helper function to create a file ``source.c`` in `dirname` that contains the string in `source`. Returns the file name
numpy/testing/_private/extbuild.py:113
↓ 1 callers
Function
_copy_func
(f)
numpy/core/tests/test_overrides.py:749
↓ 1 callers
Function
_counter
()
numpy/f2py/symbolic.py:1161
↓ 1 callers
Method
_cpu_features
(self)
numpy/core/tests/test_simd.py:114
↓ 1 callers
Function
_create_arrays
Helper for creating output arrays in vectorize.
numpy/lib/function_base.py:2101
↓ 1 callers
Method
_createdtype
(self, byteorder)
numpy/core/records.py:209
↓ 1 callers
Function
_ctype_from_dtype_scalar
(dtype)
numpy/ctypeslib.py:377
↓ 1 callers
Function
_ctype_from_dtype_structured
(dtype)
numpy/ctypeslib.py:402
↓ 1 callers
Function
_ctype_from_dtype_subarray
(dtype)
numpy/ctypeslib.py:396
↓ 1 callers
Function
_deepcopy_call
numpy/core/src/multiarray/methods.c:1627
↓ 1 callers
Method
_der
(c, m, scl)
numpy/polynomial/_polybase.py:166
↓ 1 callers
Function
_descr_find_object
* returns NPY_OBJECT_DTYPE_FLAGS if this data-type has an object portion used * when setting the state because hasobject is not stored. */
numpy/core/src/multiarray/descriptor.c:2722
↓ 1 callers
Function
_descr_from_subtype
numpy/core/src/multiarray/scalarapi.c:23
↓ 1 callers
Function
_descriptor_from_pep3118_format
numpy/core/src/multiarray/buffer.c:908
↓ 1 callers
Function
_descriptor_from_pep3118_format_fast
numpy/core/src/multiarray/buffer.c:993
↓ 1 callers
Function
_determine_error_states
()
numpy/linalg/linalg.py:97
↓ 1 callers
Function
_dict_append
(d, **kws)
numpy/distutils/core.py:55
↓ 1 callers
Function
_diff
(rx, ry, vdt)
numpy/testing/_private/utils.py:1677
↓ 1 callers
Function
_disables_array_ufunc
True when __array_ufunc__ is set to None.
numpy/lib/mixins.py:8
↓ 1 callers
Method
_dist_test_spawn
(cmd, display=None)
numpy/distutils/ccompiler_opt.py:754
↓ 1 callers
Method
_do_check
(self, want, got)
tools/refguide_check.py:759
↓ 1 callers
Method
_do_init
(self, float_conv, int_conv, float_to_float, float_to_str, title)
numpy/core/_machar.py:122
↓ 1 callers
Function
_drop_descr
(ndtype, drop_names)
numpy/lib/recfunctions.py:544
↓ 1 callers
Function
_dtype_from_buffer_3118
numpy/core/src/multiarray/ctors.c:1210
↓ 1 callers
Function
_dtype_from_pep3118
(spec)
numpy/core/_internal.py:652
↓ 1 callers
Function
_ensure_exprdict
(r)
numpy/f2py/crackfortran.py:3213
↓ 1 callers
Function
_equivalent_fields
* Compare the field dictionaries for two types. * * Return 1 if the field types and field names of the two descrs are equal and * in the same order
numpy/core/src/multiarray/legacy_dtype_implementation.c:28
↓ 1 callers
Function
_equivalent_subarrays
* Compare the subarray data for two types. * Return 1 if they are the same, 0 if not. */
numpy/core/src/multiarray/legacy_dtype_implementation.c:59
↓ 1 callers
Function
_eval_length
(length, params)
numpy/f2py/crackfortran.py:2581
↓ 1 callers
Method
_exec
(self, code, ns, pos)
tools/npy_tempita/__init__.py:323
↓ 1 callers
Function
_exec_command
Internal workhorse for exec_command().
numpy/distutils/exec_command.py:253
↓ 1 callers
Function
_extendLine_pretty
Extends line with nicely formatted (possibly multi-line) string ``word``.
numpy/core/arrayprint.py:753
↓ 1 callers
Function
_fillobject
numpy/core/src/multiarray/refcount.c:400
↓ 1 callers
Function
_filter_header
Clean up 'L' in npz header ints. Cleans up the 'L' in strings representing integers. Needed to allow npz headers produced in Python2 to be re
numpy/lib/format.py:552
↓ 1 callers
Method
_findRoutine
(self, rname)
numpy/linalg/lapack_lite/make_lite.py:109
↓ 1 callers
Function
_find_array_prepare
* This function analyzes the input arguments * and determines an appropriate __array_prepare__ function to call * for the outputs. * * If an outpu
numpy/core/src/umath/ufunc_object.c:294
↓ 1 callers
Function
_find_array_wrap
* This function analyzes the input arguments * and determines an appropriate __array_wrap__ function to call * for the outputs. * * If an output a
numpy/core/src/umath/ufunc_object.c:423
↓ 1 callers
Function
_find_common_coerce
(a, b)
numpy/core/numerictypes.py:564
↓ 1 callers
Function
_find_dll_in_path
(dll_name)
numpy/distutils/mingw32ccompiler.py:272
↓ 1 callers
Function
_find_dll_in_winsxs
(dll_name)
numpy/distutils/mingw32ccompiler.py:261
↓ 1 callers
Function
_find_existing_fcompiler
(compiler_types, osname=None, platform=None, require
numpy/distutils/fcompiler/__init__.py:803
↓ 1 callers
Method
_find_lib
(self, lib_dir, lib, exts)
numpy/distutils/system_info.py:1017
↓ 1 callers
Method
_find_libs
(self, lib_dirs, libs, exts)
numpy/distutils/system_info.py:1042
↓ 1 callers
Method
_find_map_entry
(cls, dtype)
numpy/lib/_iotools.py:584
↓ 1 callers
Function
_find_swig_target
(target_dir, name)
numpy/distutils/command/build_src.py:747
↓ 1 callers
Function
_fix_int_lt_zero
Convert `x` to double if it has real, negative components. Otherwise, output is just the array version of the input (via asarray). Parameter
numpy/lib/scimath.py:140
↓ 1 callers
Function
_fix_names
Replace names which are None with the next unused f%d name
numpy/core/_internal.py:801
↓ 1 callers
Function
_fix_paths
(paths, local_path, include_non_existing)
numpy/distutils/misc_util.py:266
↓ 1 callers
Function
_fix_unknown_dimension
numpy/core/src/multiarray/shape.c:477
↓ 1 callers
Function
_flatmask
Flatten the mask and returns a (maybe nested) sequence of booleans.
numpy/ma/core.py:1792
↓ 1 callers
Function
_flatsequence
Generates a flattened version of the sequence.
numpy/ma/core.py:1800
↓ 1 callers
Function
_formatArray
formatArray is designed for two modes of operation: 1. Full output 2. Summarized output
numpy/core/arrayprint.py:780
↓ 1 callers
Method
_format_arg
(self, typename, name)
numpy/core/code_generators/genapi.py:141
↓ 1 callers
Method
_format_non_nat
(self, x)
numpy/core/arrayprint.py:1329
↓ 1 callers
Function
_fr1
fix rank > 0 --> rank-0
numpy/core/getlimits.py:24
↓ 1 callers
Function
_free_loop1d_list
* This frees the linked-list structure when the CObject * is destroyed (removed from the internal dictionary) */
numpy/core/src/umath/ufunc_object.c:5377
↓ 1 callers
Function
_from_ctypes_array
(t)
numpy/core/_dtype_ctypes.py:32
↓ 1 callers
Function
_from_ctypes_scalar
Return the dtype type with endianness included if it's the case
numpy/core/_dtype_ctypes.py:71
↓ 1 callers
Function
_from_ctypes_structure
(t)
numpy/core/_dtype_ctypes.py:36
↓ 1 callers
Function
_from_ctypes_union
(t)
numpy/core/_dtype_ctypes.py:83
↓ 1 callers
Function
_from_string
(str, gdict, ldict)
numpy/matrixlib/defmatrix.py:1011
← previous
next →
2,701–2,800 of 17,008, ranked by callers