MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunction_gcd
Calculate the greatest common divisor of a and b
numpy/core/_internal.py:844
↓ 1 callersMethod_generate_config
(self, output_dir, dispatch_src, targets, has_baseline=False)
numpy/distutils/ccompiler_opt.py:2586
↓ 1 callersMethod_generate_data_complex
(self, n, m)
numpy/core/tests/test_numeric.py:1851
↓ 1 callersFunction_get_argpartition_func
numpy/core/src/npysort/selection.cpp:462
↓ 1 callersFunction_get_c_intp_name
()
numpy/typing/mypy_plugin.py:95
↓ 1 callersFunction_get_c_source_file
(obj)
doc/source/conf.py:431
↓ 1 callersFunction_get_cancast_table
()
numpy/core/tests/test_casting_unittests.py:82
↓ 1 callersMethod_get_configuration_from_setup_py
(self, setup_py, subpackage_name,
numpy/distutils/misc_util.py:933
↓ 1 callersFunction_get_coredim_sizes
* Validate the core dimensions of all the operands, and collect all of * the labelled core dimensions into 'core_dim_sizes'. * * Returns 0 on succe
numpy/core/src/umath/ufunc_object.c:2027
↓ 1 callersFunction_get_depend_dict
(name, vars, deps)
numpy/f2py/crackfortran.py:2386
↓ 1 callersFunction_get_directories
(list_of_sources)
numpy/distutils/misc_util.py:573
↓ 1 callersFunction_get_end_of_name
* Return the ending position of a variable name including optional modifier */
numpy/core/src/umath/ufunc_object.c:595
↓ 1 callersFunction_get_extended_precision_list
()
numpy/typing/mypy_plugin.py:77
↓ 1 callersFunction_get_f90_modules
Return a list of Fortran f90 module names that given source file defines.
numpy/distutils/misc_util.py:471
↓ 1 callersFunction_get_formatdict
(data, *, precision, floatmode, suppress, sign, legacy, formatter, **kwargs)
numpy/core/arrayprint.py:403
↓ 1 callersFunction_get_gamma
Compute gamma (a.k.a 'm' or 'weight') for the linear interpolation of quantiles. virtual_indexes : array_like The indexes where
numpy/lib/function_base.py:4619
↓ 1 callersFunction_get_glibc_version
()
numpy/testing/_private/utils.py:2498
↓ 1 callersFunction_get_headers
(directory_list)
numpy/distutils/misc_util.py:565
↓ 1 callersFunction_get_indent
Determines the leading whitespace that could be removed from all the lines.
numpy/lib/utils.py:172
↓ 1 callersFunction_get_indexes
Get the valid indexes of arr neighbouring virtual_indexes. Note This is a companion function to linear interpolation of Quantiles
numpy/lib/function_base.py:4730
↓ 1 callersMethod_get_info_blas
(self)
numpy/distutils/system_info.py:1930
↓ 1 callersFunction_get_linear_ramps
Construct linear ramps for empty-padded array in given dimension. Parameters ---------- padded : ndarray Empty-padded array.
numpy/lib/arraypad.py:186
↓ 1 callersFunction_get_machar
Get MachAr instance or MachAr-like instance Get parameters for floating point type, by first trying signatures of various known floating poi
numpy/core/getlimits.py:307
↓ 1 callersFunction_get_mem_available
Return available memory in bytes, or None if unknown.
numpy/testing/_private/utils.py:2454
↓ 1 callersFunction_get_partition_func
numpy/core/src/npysort/selection.cpp:445
↓ 1 callersFunction_get_pickleabletype_from_datetime_metadata
* Return a tuple of * (cleaned metadata dictionary, tuple with (str, num)) */
numpy/core/src/multiarray/descriptor.c:2550
↓ 1 callersFunction_get_platform_and_machine
()
numpy/core/_add_newdocs_scalars.py:54
↓ 1 callersFunction_get_precision_dict
()
numpy/typing/mypy_plugin.py:56
↓ 1 callersFunction_get_scalar_type_map
Return a dictionary mapping native endian scalar dtype to ctypes types
numpy/ctypeslib.py:360
↓ 1 callersFunction_get_size
* Convert a string into a number */
numpy/core/src/umath/ufunc_object.c:575
↓ 1 callersFunction_get_stats
Calculate statistic for the empty-padded array in given dimension. Parameters ---------- padded : ndarray Empty-padded array
numpy/lib/arraypad.py:230
↓ 1 callersMethod_get_ufunc_and_otypes
Return (ufunc, otypes).
numpy/lib/function_base.py:2374
↓ 1 callersFunction_getlist_pkl
Convert Array to flat list (using getitem) */
numpy/core/src/multiarray/methods.c:1766
↓ 1 callersFunction_getmaxmin
(t)
numpy/lib/type_check.py:393
↓ 1 callersFunction_getmembers
(item)
numpy/lib/utils.py:1017
↓ 1 callersMethod_getsubdtype
Returns the type of the dtype of the input variable.
numpy/lib/_iotools.py:526
↓ 1 callersFunction_greedy_path
Finds the path by contracting the best pair until the input list is exhausted. The best pair is found by minimizing the tuple ``(-prod(in
numpy/core/einsumfunc.py:312
↓ 1 callersFunction_guarded_repr_or_str
(v)
numpy/core/arrayprint.py:1589
↓ 1 callersFunction_guessvartypes
Tries to guess the dtypes of the str_ ndarray `arr`. Guesses by testing element-wise conversion. Returns a list of dtypes. The array is
numpy/ma/mrecords.py:612
↓ 1 callersFunction_has_method_heading
(cls)
numpy/lib/tests/test_utils.py:173
↓ 1 callersFunction_has_output_coredims
* Check whether any of the outputs of a gufunc has core dimensions. */
numpy/core/src/umath/ufunc_object.c:1741
↓ 1 callersMethod_hash_files
(self, filenames)
numpy/distutils/fcompiler/gnu.py:401
↓ 1 callersFunction_hist_bin_fd
The Freedman-Diaconis histogram bin estimator. The Freedman-Diaconis rule uses interquartile range (IQR) to estimate binwidth. It is con
numpy/lib/histograms.py:199
↓ 1 callersFunction_hist_bin_sturges
Sturges histogram bin estimator. A very simplistic estimator based on the assumption of normality of the data. This estimator has poor p
numpy/lib/histograms.py:53
↓ 1 callersFunction_index
Identify the first ``ImportFrom`` instance the specified `id`.
numpy/typing/mypy_plugin.py:128
↓ 1 callersFunction_indices
Returns ((axis0_src, axis0_dst), (axis1_src, axis1_dst), ... ) index pairs.
numpy/core/tests/test_mem_overlap.py:48
↓ 1 callersFunction_indices_for_axis
Returns (src, dst) pairs of indices.
numpy/core/tests/test_mem_overlap.py:37
↓ 1 callersFunction_indices_for_nelems
Returns slices of length nelems, from start onwards, in direction sign.
numpy/core/tests/test_mem_overlap.py:21
↓ 1 callersMethod_init
(self, dtype)
numpy/core/getlimits.py:540
↓ 1 callersMethod_init
(self, name)
numpy/f2py/tests/test_array_from_pyobj.py:200
↓ 1 callersMethod_init_parse
(self)
numpy/distutils/npy_pkg_config.py:169
↓ 1 callersMethod_init_stage_2
(self, pyfunc, *args, **kwargs)
numpy/lib/function_base.py:2329
↓ 1 callersFunction_initialize_variable_parts
* Copy over parts of the ufunc structure that may need to be * changed during execution. Returns 0 on success; -1 otherwise. */
numpy/core/src/umath/ufunc_object.c:2163
↓ 1 callersFunction_inplace_binary_method
Implement an in-place binary method with a ufunc, e.g., __iadd__.
numpy/lib/mixins.py:36
↓ 1 callersMethod_int
(c, m, k, lbnd, scl)
numpy/polynomial/_polybase.py:161
↓ 1 callersMethod_int_clip
(self, seq)
numpy/core/tests/test_simd.py:68
↓ 1 callersFunction_integer_repr
(x, vdt, comp)
numpy/testing/_private/utils.py:1686
↓ 1 callersMethod_interpret
(self, ns)
tools/npy_tempita/__init__.py:195
↓ 1 callersMethod_interpret_code
(self, code, ns, out, defs)
tools/npy_tempita/__init__.py:229
↓ 1 callersMethod_interpret_for
(self, vars, expr, content, ns, out, defs)
tools/npy_tempita/__init__.py:272
↓ 1 callersMethod_interpret_if
(self, parts, ns, out, defs)
tools/npy_tempita/__init__.py:291
↓ 1 callersMethod_interpret_inherit
(self, body, defs, inherit_template, ns)
tools/npy_tempita/__init__.py:206
↓ 1 callersFunction_inverted_cdf
(n, quantiles)
numpy/lib/function_base.py:4691
↓ 1 callersFunction_is_array_descr_builtin
* Return true if descr is a builtin type */
numpy/core/src/multiarray/hashdescr.c:57
↓ 1 callersFunction_is_default_descr
* Checks if the object in descr is the default 'descr' member for the * __array_interface__ dictionary with 'typestr' member typestr. */
numpy/core/src/multiarray/ctors.c:2088
↓ 1 callersFunction_is_list_of_strings
numpy/core/src/multiarray/descriptor.c:3535
↓ 1 callersFunction_is_natively_aligned_at
* Return non-zero if a type is aligned in each item in the given array, * AND, the descr element size is a multiple of the alignment, * AND, the arr
numpy/core/src/multiarray/buffer.c:140
↓ 1 callersFunction_is_packed
Checks whether the structured data type in 'dtype' has a simple layout, where all the fields are in order, and follow each other with no
numpy/core/_dtype.py:245
↓ 1 callersMethod_is_r10000
(self)
numpy/distutils/cpuinfo.py:326
↓ 1 callersMethod_is_r4000
(self)
numpy/distutils/cpuinfo.py:317
↓ 1 callersFunction_is_same_name
* Returns 1 if the dimension names pointed by s1 and s2 are the same, * otherwise returns 0. */
numpy/core/src/umath/ufunc_object.c:612
↓ 1 callersMethod_is_signed
(self)
numpy/core/tests/test_simd.py:59
↓ 1 callersMethod_is_unsigned
(self)
numpy/core/tests/test_simd.py:56
↓ 1 callersFunction_is_user_defined_string_array
* returns 1 if array is a user-defined string dtype, sets an error and * returns 0 otherwise */
numpy/core/src/multiarray/multiarraymodule.c:3927
↓ 1 callersFunction_is_visit_pair
(obj)
numpy/f2py/crackfortran.py:3559
↓ 1 callersMethod_iswritemode
Test if the given mode will open a file for writing.
numpy/lib/_datasource.py:270
↓ 1 callersFunction_izip_records
Returns an iterator of concatenated items from a sequence of arrays. Parameters ---------- seqarrays : sequence of arrays Se
numpy/lib/recfunctions.py:301
↓ 1 callersFunction_keep_fields
Return a new array keeping only the fields in `keep_names`, and preserving the order of those fields. Parameters ---------- base
numpy/lib/recfunctions.py:566
↓ 1 callersFunction_keepdims_converter
numpy/core/src/umath/ufunc_object.c:899
↓ 1 callersFunction_key_func
Split at the first occurrence of the ``:`` character. Windows drive-letters (*e.g.* ``C:``) are ignored herein.
numpy/typing/tests/test_typing.py:68
↓ 1 callersFunction_lcm
(a, b)
numpy/core/_internal.py:850
↓ 1 callersFunction_leading_trailing
Keep only the N-D corners (leading and trailing edges) of an array. Should be passed a base-class ndarray, since it makes no guarantees abou
numpy/core/arrayprint.py:369
↓ 1 callersFunction_legacy_cmpkey
(version)
numpy/_utils/_pep440.py:224
↓ 1 callersFunction_lerp
Compute the linear interpolation weighted by gamma on each point of two same shape array. a : array_like Left bound. b : arr
numpy/lib/function_base.py:4641
↓ 1 callersMethod_libs_with_msvc_and_fortran
(self, fcompiler, c_libraries, c_library_dirs)
numpy/distutils/command/build_ext.py:674
↓ 1 callersMethod_line
(off, scl)
numpy/polynomial/_polybase.py:176
↓ 1 callersFunction_linear_search
numpy/core/src/multiarray/compiled_base.c:386
↓ 1 callersMethod_link
(self, body, headers, include_dirs, libraries, library_dirs, lang)
numpy/distutils/command/config.py:112
↓ 1 callersMethod_link_wrapper_lib
Create a wrapper shared library for the given objects Return an MSVC-compatible lib
numpy/distutils/fcompiler/gnu.py:414
↓ 1 callersFunction_load_from_filelike
numpy/core/src/multiarray/textreading/readtext.c:181
↓ 1 callersFunction_lookfor_generate_cache
Generate docstring cache for given module. Parameters ---------- module : str, None, module Module for which to generate doc
numpy/lib/utils.py:878
↓ 1 callersMethod_loose_call
(self, value)
numpy/lib/_iotools.py:670
↓ 1 callersFunction_mac_os_check
Quick Sanity check for Mac OS look for accelerate build bugs. Testing numpy polyfit calls init_dgelsd(LAPACK)
numpy/__init__.py:377
↓ 1 callersFunction_make_generalized_cases
()
numpy/linalg/tests/test_linalg.py:242
↓ 1 callersFunction_make_methods
Turns the name, signature, code in functions into complete functions and lists them in a methods_table. Then turns the methods_table into a `
numpy/testing/_private/extbuild.py:123
↓ 1 callersFunction_make_new_typetup
* Convert the DType `signature` into the tuple of descriptors that is used * by the old ufunc type resolvers in `ufunc_type_resolution.c`. * * Note
numpy/core/src/umath/dispatching.c:549
↓ 1 callersFunction_make_source
Combines the code fragments into source code ready to be compiled
numpy/testing/_private/extbuild.py:163
↓ 1 callersFunction_make_strided_cases
()
numpy/linalg/tests/test_linalg.py:324
↓ 1 callersFunction_makenamedict
(module='numpy')
numpy/lib/utils.py:454
↓ 1 callersFunction_makenames_list
(adict, align)
numpy/core/_internal.py:26
← previousnext →2,801–2,900 of 17,008, ranked by callers