MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 2 callersFunction_compute_hash
Hash files using given hashfunc. Parameters ---------- idirs : directory path Directory containing files to be hashed. hashfu
pavement.py:121
↓ 2 callersFunction_convolve_or_correlate
Helper function for ma.correlate and ma.convolve
numpy/ma/core.py:7963
↓ 2 callersFunction_count_reduce_items
(arr, axis, keepdims=False, where=True)
numpy/core/_methods.py:67
↓ 2 callersFunction_covhelper
Private function for the computation of covariance and correlation coefficients.
numpy/ma/extras.py:1401
↓ 2 callersFunction_datetime_metadata_str
(dtype)
numpy/core/_dtype.py:178
↓ 2 callersFunction_deprecate_argsort_axis
Adjust the axis passed to argsort, warning if necessary Parameters ---------- arr The array which argsort was called on
numpy/ma/core.py:87
↓ 2 callersFunction_discover_array_parameters
* Python API function to expose the dtype+shape discovery functionality * directly. */
numpy/core/src/multiarray/array_coercion.c:1363
↓ 2 callersFunction_discret_interpolation_to_boundaries
(index, gamma_condition_fun)
numpy/lib/function_base.py:4671
↓ 2 callersFunction_divide_by_count
Compute a/b ignoring invalid results. If `a` is an array the division is done in place. If `a` is a scalar, then its type is preserved in the
numpy/lib/nanfunctions.py:187
↓ 2 callersMethod_do_add_test
(self, add)
numpy/ma/tests/test_core.py:5317
↓ 2 callersMethod_do_upgrade
(self)
numpy/lib/_iotools.py:704
↓ 2 callersMethod_dtypeortype
Returns dtype for datetime64 and type of dtype otherwise.
numpy/lib/_iotools.py:531
↓ 2 callersFunction_ensure_ndmin_ndarray
This is a helper function of loadtxt and genfromtxt to ensure proper minimum dimension as requested ndim : int. Supported values 1, 2
numpy/lib/npyio.py:760
↓ 2 callersFunction_ensure_ndmin_ndarray_check_param
Just checks if the param ndmin is supported on _ensure_ndmin_ndarray. It is intended to be used as verification before running anythin
numpy/lib/npyio.py:750
↓ 2 callersFunction_eval_scalar
(value, params)
numpy/f2py/crackfortran.py:2590
↓ 2 callersFunction_extendLine
(s, line, word, line_width, next_line_prefix, legacy)
numpy/core/arrayprint.py:739
↓ 2 callersFunction_extremum_fill_value
(obj, extremum, extremum_name)
numpy/ma/core.py:285
↓ 2 callersFunction_ezclump
Finds the clumps (groups of data with the same values) for a 1D bool array. Returns a series of slices.
numpy/ma/extras.py:1973
↓ 2 callersMethod_filter
(self, category=Warning, message="", module=None, record=False)
numpy/testing/_private/utils.py:2100
↓ 2 callersFunction_find_array_method
* This function analyzes the input arguments and determines an appropriate * method (__array_prepare__ or __array_wrap__) function to call, taking it
numpy/core/src/umath/ufunc_object.c:188
↓ 2 callersMethod_findfile
Searches for ``path`` and returns full path if found. If path is an URL, _findfile will cache a local copy and return the path to the
numpy/lib/_datasource.py:344
↓ 2 callersFunction_fix_args
(args,flag=1)
numpy/distutils/log.py:11
↓ 2 callersFunction_fix_defaults
Update the fill_value and masked data of `output` from the default given in a dictionary defaults.
numpy/lib/recfunctions.py:342
↓ 2 callersMethod_fix_paths_dict
(self, kw)
numpy/distutils/misc_util.py:1434
↓ 2 callersFunction_flags_fromnum
(num)
numpy/ctypeslib.py:172
↓ 2 callersMethod_float_conv
Converts float to conv. Parameters ---------- value : float value to be converted.
numpy/core/getlimits.py:101
↓ 2 callersMethod_float_to_float
Converts float to float. Parameters ---------- value : float value to be converted.
numpy/core/getlimits.py:91
↓ 2 callersMethod_float_to_str
Converts float to str. Parameters ---------- value : float value to be converted.
numpy/core/getlimits.py:111
↓ 2 callersFunction_foo2
(x, y=1.0, z=0.0)
numpy/lib/tests/test_function_base.py:1364
↓ 2 callersMethod_format_non_nat
(self, x)
numpy/core/arrayprint.py:1293
↓ 2 callersFunction_fr0
fix rank-0 --> rank-1
numpy/core/getlimits.py:16
↓ 2 callersMethod_generate_non_native_data
(self, n, m)
numpy/core/tests/test_numeric.py:1865
↓ 2 callersMethod_generate_string
Generate the full string representation of the polynomial, using ``term_method`` to generate each polynomial term.
numpy/polynomial/_polybase.py:360
↓ 2 callersFunction_get_backward_norm
(n, norm)
numpy/fft/_pocketfft.py:92
↓ 2 callersFunction_get_bin_edges
Computes the bins used internally by `histogram`. Parameters ========== a : ndarray Ravelled data array bins, range
numpy/lib/histograms.py:360
↓ 2 callersFunction_get_cast_safety_from_castingimpl
numpy/core/src/multiarray/convert_datatype.c:443
↓ 2 callersFunction_get_dtype
* Note: This function currently lets DType classes pass, but in general * the class (not the descriptor instance) is the preferred input, so the * p
numpy/core/src/umath/ufunc_object.c:4345
↓ 2 callersFunction_get_dtype_of
Convert the argument for *_fill_value into a dtype
numpy/ma/core.py:220
↓ 2 callersFunction_get_edges
Retrieve edge values from empty-padded array in given dimension. Parameters ---------- padded : ndarray Empty-padded array.
numpy/lib/arraypad.py:154
↓ 2 callersFunction_get_field_view
* Attempts to subscript an array using a field name or list of field names. * * ret = 0, view != NULL: view points to the requested fields of arr
numpy/core/src/multiarray/mapping.c:1329
↓ 2 callersFunction_get_fields_and_offsets
Returns a flat list of (dtype, count, offset) tuples of all the scalar fields in the dtype "dt", including nested fields, in left to righ
numpy/lib/recfunctions.py:851
↓ 2 callersFunction_get_fixed_signature
* Finish conversion parsing of the DType signature. NumPy always only * honored the type number for passed in descriptors/dtypes. * The `dtype` arg
numpy/core/src/umath/ufunc_object.c:4397
↓ 2 callersFunction_get_format_function
find the right formatting function for the dtype_
numpy/core/arrayprint.py:452
↓ 2 callersFunction_get_forward_norm
(n, norm)
numpy/fft/_pocketfft.py:78
↓ 2 callersFunction_get_gamma_mask
(shape, default_value, conditioned_value, where)
numpy/lib/function_base.py:4665
↓ 2 callersMethod_get_hg_revision
Return path's Mercurial revision number.
numpy/distutils/misc_util.py:1913
↓ 2 callersMethod_get_info_lapack
(self)
numpy/distutils/system_info.py:1942
↓ 2 callersMethod_get_input
(self, intent="in")
numpy/f2py/tests/test_string.py:62
↓ 2 callersFunction_get_keywords
numpy/core/src/multiarray/number.c:208
↓ 2 callersMethod_get_multi_index
Mimic multi dimensional indexing. Parameters ---------- arr : ndarray Array to be indexed. indices : tupl
numpy/core/tests/test_indexing.py:859
↓ 2 callersFunction_get_outer_edges
Determine the outer bin edges to use, from either the data or the range argument
numpy/lib/histograms.py:304
↓ 2 callersFunction_get_output_array_method
* Returns an incref'ed pointer to the proper __array_prepare__/__array_wrap__ * method for a ufunc output argument, given the output argument `obj`,
numpy/core/src/umath/ufunc_object.c:246
↓ 2 callersFunction_get_parenthesis_kind
(s)
numpy/f2py/symbolic.py:1255
↓ 2 callersMethod_get_svn_revision
Return path's SVN revision number.
numpy/distutils/misc_util.py:1884
↓ 2 callersFunction_get_transpose
* Helper for `PyArray_MapIterSwapAxes` (and related), see its documentation. */
numpy/core/src/multiarray/mapping.c:78
↓ 2 callersMethod_get_var
(self, name, conf_desc)
numpy/distutils/fcompiler/environment.py:52
↓ 2 callersFunction_get_wrap_prepare_args
Get the arg tuple to pass in the context argument to __array_wrap__ and * __array_prepare__. * * Output arguments are only passed if at least one i
numpy/core/src/umath/ufunc_object.c:101
↓ 2 callersMethod_getdtype
Returns the dtype of the input variable.
numpy/lib/_iotools.py:521
↓ 2 callersFunction_getintp_ctype
()
numpy/core/_internal.py:217
↓ 2 callersFunction_info
Provide information about ndarray obj. Parameters ---------- obj : ndarray Must be ndarray, not checked. output Where
numpy/lib/utils.py:474
↓ 2 callersMethod_init_parse_var
(self, name, value)
numpy/distutils/npy_pkg_config.py:173
↓ 2 callersMethod_insert_masked_print
Replace masked values with masked_print_option, casting all innermost dtypes to object.
numpy/ma/core.py:3965
↓ 2 callersMethod_is_AMD
(self)
numpy/distutils/cpuinfo.py:130
↓ 2 callersFunction_is_alnum_underscore
numpy/core/src/umath/ufunc_object.c:566
↓ 2 callersFunction_is_basic_python_type
numpy/core/src/common/get_attr_string.h:7
↓ 2 callersFunction_is_empty_2d
(arr)
numpy/linalg/linalg.py:220
↓ 2 callersMethod_is_r5000
(self)
numpy/distutils/cpuinfo.py:323
↓ 2 callersFunction_is_tuple_of_integers
numpy/core/src/multiarray/descriptor.c:756
↓ 2 callersFunction_is_unicode
Returns True if arr is a string or a string array with a dtype that represents a unicode string, otherwise returns False.
numpy/core/defchararray.py:49
↓ 2 callersFunction_ischaracter
(var)
numpy/f2py/auxfuncs.py:71
↓ 2 callersFunction_isunsized
(dtype)
numpy/core/_dtype.py:63
↓ 2 callersMethod_iszip
Test if the filename is a zip file by looking at the file extension.
numpy/lib/_datasource.py:263
↓ 2 callersMethod_load
(self)
numpy/lib/_datasource.py:103
↓ 2 callersFunction_make_along_axis_idx
(arr_shape, indices, axis)
numpy/lib/shape_base.py:27
↓ 2 callersFunction_make_options_dict
Make a dictionary out of the non-None arguments, plus conversion of *legacy* and sanity checks.
numpy/core/arrayprint.py:64
↓ 2 callersFunction_may_have_objects
* check whether arrays with datatype dtype might have object fields. This will * only happen for structured dtypes (which may have hidden objects eve
numpy/core/src/multiarray/common.c:336
↓ 2 callersFunction_maybe_view_as_subclass
(original_array, new_array)
numpy/lib/stride_tricks.py:25
↓ 2 callersMethod_mul
(c1, c2)
numpy/polynomial/_polybase.py:141
↓ 2 callersFunction_multi_dot_matrix_chain_order
Return a np.array that encodes the optimal order of mutiplications. The optimal order array is then used by `_multi_dot()` to do the mul
numpy/linalg/linalg.py:2785
↓ 2 callersFunction_nanquantile_unchecked
Assumes that q is in [0, 1], and is an ndarray
numpy/lib/nanfunctions.py:1549
↓ 2 callersFunction_new_argsortlike
numpy/core/src/multiarray/item_selection.c:1302
↓ 2 callersFunction_new_sortlike
* These algorithms use special sorting. They are not called unless the * underlying sort function for the type is available. Note that axis is * a
numpy/core/src/multiarray/item_selection.c:1142
↓ 2 callersMethod_nlanes
(self)
numpy/core/tests/test_simd.py:126
↓ 2 callersMethod_parse_target_tokens
(self, tokens)
numpy/distutils/ccompiler_opt.py:1952
↓ 2 callersFunction_pcg_mult64
numpy/random/src/pcg64/pcg64.h:131
↓ 2 callersFunction_pyarray_correlate
* Implementation which is common between PyArray_Correlate * and PyArray_Correlate2. * * inverted is set to 1 if computed correlate(ap2, ap1), 0 ot
numpy/core/src/multiarray/multiarraymodule.c:1218
↓ 2 callersFunction_quantile_is_valid
(q)
numpy/lib/function_base.py:4565
↓ 2 callersFunction_quantile_unchecked
Assumes that q is in [0, 1], and is an ndarray
numpy/lib/function_base.py:4547
↓ 2 callersMethod_ragged_creation
(self, seq)
numpy/core/tests/test_multiarray.py:1137
↓ 2 callersFunction_ravel_and_check_weights
Check a and weights have matching shapes, and ravel both
numpy/lib/histograms.py:283
↓ 2 callersFunction_recursive_fill_value
Recursively produce a fill value for `dtype`, calling f on scalar dtypes
numpy/ma/core.py:199
↓ 2 callersFunction_recursive_printoption
Puts printoptions in result where mask is True. Private function allowing for recursion
numpy/ma/core.py:2423
↓ 2 callersFunction_reflected_binary_method
Implement a reflected binary method with a ufunc, e.g., __radd__.
numpy/lib/mixins.py:26
↓ 2 callersFunction_remove_nan_1d
Equivalent to arr1d[~arr1d.isnan()], but in a different order Presumably faster as it incurs fewer copies Parameters ----------
numpy/lib/nanfunctions.py:142
↓ 2 callersFunction_repl
(str)
numpy/core/code_generators/genapi.py:98
↓ 2 callersMethod_repr
(self, value, pos)
tools/npy_tempita/__init__.py:335
↓ 2 callersMethod_run
(self)
numpy/core/tests/test_cpu_features.py:158
↓ 2 callersFunction_run_doctests
Run modified doctests for the set of `tests`. Parameters ---------- tests : list full_name : str verbose : bool doctes
tools/refguide_check.py:770
↓ 2 callersFunction_savez
(file, args, kwds, compress, allow_pickle=True, pickle_kwargs=None)
numpy/lib/npyio.py:713
↓ 2 callersFunction_set_full_args_out
numpy/core/src/umath/ufunc_object.c:3899
← previousnext →1,601–1,700 of 17,008, ranked by callers