MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionlibdivide_s64_recover
numpy/core/include/numpy/libdivide/libdivide.h:1178
↓ 1 callersFunctionlibdivide_u128_shift
Bitshift a u128 in place, left (signed_shift > 0) or right (signed_shift < 0)
numpy/core/include/numpy/libdivide/libdivide.h:442
↓ 1 callersFunctionlibpaths
Return a list of library paths valid on 32 or 64 bit systems. Inputs: paths : sequence A sequence of strings (typically paths)
numpy/distutils/system_info.py:235
↓ 1 callersFunctionlike_function
()
numpy/matrixlib/tests/test_interaction.py:115
↓ 1 callersFunctionlineType
Return the type of a line of Fortran code.
numpy/linalg/lapack_lite/fortran.py:15
↓ 1 callersFunctionlinear_search_type_resolver
* Does a linear search for the best inner loop of the ufunc. * * Note that if an error is returned, the caller must free the non-zero * references
numpy/core/src/umath/ufunc_type_resolution.c:1901
↓ 1 callersFunctionlinear_search_userloop_type_resolver
* Does a search through the arguments and the loops */
numpy/core/src/umath/ufunc_type_resolution.c:1706
↓ 1 callersFunctionlinspace
Array API compatible wrapper for :py:func:`np.linspace <numpy.linspace>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:213
↓ 1 callersFunctionljust
Return an array with the elements of `a` left-justified in a string of length `width`. Calls `str.ljust` element-wise. Parameters
numpy/core/defchararray.py:1068
↓ 1 callersMethodljust
Return an array with the elements of `self` left-justified in a string of length `width`. See Also --------
numpy/core/defchararray.py:2465
↓ 1 callersFunctionload
(modname)
numpy/random/tests/test_extending.py:94
↓ 1 callersFunctionload
Load arrays or pickled objects from ``.npy``, ``.npz`` or pickled files. .. warning:: Loading files that contain object arrays uses the ``pi
numpy/lib/npyio.py:283
↓ 1 callersMethodload_data
(self, n, eindex)
numpy/core/tests/test_numeric.py:1213
↓ 1 callersMethodload_flags
(self)
numpy/core/tests/test_cpu_features.py:70
↓ 1 callersFunctionload_hashes
(filename)
tools/cythonize.py:108
↓ 1 callersFunctionlog1p
Array API compatible wrapper for :py:func:`np.log1p <numpy.log1p>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:464
↓ 1 callersFunctionlogfactorial
numpy/random/src/distributions/logfactorial.c:142
↓ 1 callersFunctionlong_double_representation
Given a binary dump as given by GNU od -b, look for long double representation.
numpy/core/setup_common.py:336
↓ 1 callersFunctionlossless_unit_from_datetimestruct
* Finds the largest unit whose value is nonzero, and for which * the remainder for the rest of the units is zero. */
numpy/core/src/multiarray/datetime_strings.c:817
↓ 1 callersFunctionlower
Return an array with the elements converted to lowercase. Call `str.lower` element-wise. For 8-bit strings, this method is locale-depen
numpy/core/defchararray.py:1104
↓ 1 callersFunctionlstrip
For each element in `a`, return a copy with the leading characters removed. Calls `str.lstrip` element-wise. Parameters -------
numpy/core/defchararray.py:1143
↓ 1 callersFunctionlstsq
r""" Return the least-squares solution to a linear matrix equation. Computes the vector `x` that approximately solves the equation ``a @
numpy/linalg/linalg.py:2192
↓ 1 callersFunctionmagic
Return the magic string for the given file format version. Parameters ---------- major : int in [0, 255] minor : int in [0, 255]
numpy/lib/format.py:201
↓ 1 callersFunctionmain
(argv)
runtests.py:78
↓ 1 callersFunctionmain
(install_dir)
tools/check_installed_files.py:37
↓ 1 callersFunctionmain
(token, revision_range)
tools/changelog.py:109
↓ 1 callersFunctionmain
()
tools/functions_missing_types.py:125
↓ 1 callersFunctionmain
Validates the docstrings of all the pre decided set of modules for errors and docstring standards.
tools/refguide_check.py:1112
↓ 1 callersFunctionmain
Find deprecated escape sequences. Checks for deprecated escape sequences in ``*.py files``. If `root` is a file, that file is checked, if `ro
tools/find_deprecated_escaped_characters.py:12
↓ 1 callersFunctionmain
()
tools/cythonize.py:196
↓ 1 callersFunctionmain
()
tools/wheels/check_license.py:24
↓ 1 callersFunctionmain
()
doc/preprocess.py:7
↓ 1 callersFunctionmain
()
doc/postprocess.py:7
↓ 1 callersFunctionmain
()
numpy/core/code_generators/generate_umath.py:1399
↓ 1 callersFunctionmain
()
numpy/core/code_generators/genapi.py:538
↓ 1 callersFunctionmain
()
numpy/core/code_generators/generate_ufunc_api.py:178
↓ 1 callersFunctionmain
()
numpy/core/code_generators/verify_c_api_version.py:53
↓ 1 callersFunctionmain
()
numpy/core/code_generators/generate_numpy_api.py:228
↓ 1 callersFunctionmain
()
numpy/core/code_generators/generate_umath_doc.py:34
↓ 1 callersFunctionmain
()
numpy/linalg/lapack_lite/make_lite.py:332
↓ 1 callersFunctionmain
()
numpy/_build_utils/process_src_template.py:37
↓ 1 callersFunctionmain
()
numpy/_build_utils/tempita.py:32
↓ 1 callersFunctionmain
()
numpy/_build_utils/gcc_build_bitness.py:9
↓ 1 callersFunctionmain
()
numpy/distutils/conv_template.py:308
↓ 1 callersFunctionmain
()
numpy/distutils/from_template.py:243
↓ 1 callersFunctionmain
()
numpy/f2py/f2py2e.py:755
↓ 1 callersFunctionmake_arrays
(funcdict)
numpy/core/code_generators/generate_umath.py:1176
↓ 1 callersFunctionmake_cfft_plan
numpy/fft/_pocketfft.c:2081
↓ 1 callersFunctionmake_code
(funcdict, filename)
numpy/core/code_generators/generate_umath.py:1361
↓ 1 callersFunctionmake_partition_map
numpy/core/src/npysort/selection.cpp:422
↓ 1 callersFunctionmake_rfftp_plan
numpy/fft/_pocketfft.c:1867
↓ 1 callersMethodmake_svn_version_py
Appends a data function to the data_files list that will generate __svn_version__.py file to the current package directory. Generate
numpy/distutils/misc_util.py:2027
↓ 1 callersFunctionmake_ufuncs
(funcdict)
numpy/core/code_generators/generate_umath.py:1274
↓ 1 callersMethodmakemat
(cls, arr)
numpy/ma/extras.py:1621
↓ 1 callersMethodmandelbrot_numpy
(self, c, maxiter)
benchmarks/benchmarks/bench_ufunc_strides.py:177
↓ 1 callersMethodmandelbrot_set
(self,xmin,xmax,ymin,ymax,width,height,maxiter)
benchmarks/benchmarks/bench_ufunc_strides.py:187
↓ 1 callersFunctionmanifest_name
(config)
numpy/distutils/mingw32ccompiler.py:570
↓ 1 callersFunctionmapiter_fill_info
* Fill information about the iterator. The MapIterObject does not * need to have any information set for this function to work. * (PyArray_MapIterSw
numpy/core/src/multiarray/mapping.c:2406
↓ 1 callersFunctionmapparms
Linear map parameters between domains. Return the parameters of the linear map ``offset + scale*x`` that maps `old` to `new` such that `
numpy/polynomial/polyutils.py:260
↓ 1 callersMethodmark_line
(self, lineno, as_func=None)
tools/c_coverage/c_coverage_report.py:50
↓ 1 callersFunctionmask_cols
Mask columns of a 2D array that contain masked values. This function is a shortcut to ``mask_rowcols`` with `axis` equal to 1. See Also
numpy/ma/extras.py:1097
↓ 1 callersFunctionmask_indices
Return the indices to access (n, n) arrays, given a masking function. Assume `mask_func` is a function that, for a square array a of size
numpy/lib/twodim_base.py:813
↓ 1 callersFunctionmask_rows
Mask rows of a 2D array that contain masked values. This function is a shortcut to ``mask_rowcols`` with `axis` equal to 0. See Also
numpy/ma/extras.py:1046
↓ 1 callersFunctionmasked_all_like
Empty masked array with the properties of an existing array. Return an empty masked array of the same shape and dtype as the array `arr`
numpy/ma/extras.py:155
↓ 1 callersFunctionmatcher
(self, version_string)
numpy/distutils/ccompiler.py:588
↓ 1 callersFunctionmatrix_transpose
(x: Array, /)
numpy/array_api/linalg.py:223
↓ 1 callersMethodmax
Return the maximum value along an axis. Parameters ---------- See `amax` for complete descriptions See Also
numpy/matrixlib/defmatrix.py:612
↓ 1 callersMethodmaxes_of_dots
A magical feature score for each feature in each dataset :ref:`Haxby et al., Neuron (2011) <HGC+11>`. If arrays are column-wi
benchmarks/benchmarks/bench_app.py:62
↓ 1 callersFunctionmean
Compute the arithmetic mean along the specified axis. Returns the average of the array elements. The average is taken over the flattene
numpy/core/fromnumeric.py:3386
↓ 1 callersFunctionmeshgrid
Array API compatible wrapper for :py:func:`np.meshgrid <numpy.meshgrid>`. See its docstring for more information.
numpy/array_api/_creation_functions.py:236
↓ 1 callersMethodmeson_build_template
(self)
numpy/f2py/_backends/_meson.py:58
↓ 1 callersMethodmin
Return the minimum value along an axis. Parameters ---------- See `amin` for complete descriptions. See Als
numpy/matrixlib/defmatrix.py:686
↓ 1 callersFunctionminmax
Find the minimum and maximum of an integer array */
numpy/core/src/multiarray/compiled_base.c:79
↓ 1 callersFunctionmk_complex_array
numpy/linalg/umath_linalg.cpp:2177
↓ 1 callersFunctionmk_complex_array_conjugate_pair
numpy/linalg/umath_linalg.cpp:2191
↓ 1 callersFunctionmk_complex_array_from_real
numpy/linalg/umath_linalg.cpp:2166
↓ 1 callersFunctionmk_geev_complex_eigenvectors
numpy/linalg/umath_linalg.cpp:2215
↓ 1 callersFunctionmsort
Return a copy of an array sorted along the first axis. .. deprecated:: 1.24 msort is deprecated, use ``np.sort(a, axis=0)`` instead.
numpy/lib/function_base.py:3718
↓ 1 callersFunctionmsvc_manifest_xml
Given a major and minor version of the MSVCR, returns the corresponding XML file.
numpy/distutils/mingw32ccompiler.py:498
↓ 1 callersFunctionmt19937_gen
numpy/random/src/mt19937/mt19937.c:82
↓ 1 callersFunctionmt19937_jump_state
numpy/random/src/mt19937/mt19937-jump.c:98
↓ 1 callersFunctionmt19937_next64
numpy/random/src/mt19937/mt19937.h:48
↓ 1 callersFunctionmt19937_seed
numpy/random/src/mt19937/mt19937.c:4
↓ 1 callersFunctionmul_64_64
Long integer multiply */
numpy/core/src/common/npy_extint128.h:90
↓ 1 callersFunctionmulhilo64
numpy/random/src/philox/philox.h:30
↓ 1 callersFunctionmulti_DECREF
numpy/core/src/multiarray/mapping.c:163
↓ 1 callersFunctionmy_sincosm1pi
adapted from https://stackoverflow.com/questions/42792939/ CAUTION: this function only works for arguments in the range [-0.25; 0.25]!
numpy/fft/_pocketfft.c:48
↓ 1 callersFunctionmyeval
Like `eval` but returns only integers and floats
numpy/f2py/crackfortran.py:2301
↓ 1 callersFunctionnanvar
Compute the variance along the specified axis, while ignoring NaNs. Returns the variance of the array elements, a measure of the spread of
numpy/lib/nanfunctions.py:1618
↓ 1 callersFunctionnargs
(func)
numpy/array_api/tests/test_elementwise_functions.py:15
↓ 1 callersFunctionndarray_func
(x)
numpy/typing/tests/data/pass/simple.py:11
↓ 1 callersFunctionndim
Return the number of dimensions of an array. Parameters ---------- a : array_like Input array. If it is not already an ndar
numpy/core/fromnumeric.py:3177
↓ 1 callersFunctionnegative
Array API compatible wrapper for :py:func:`np.negative <numpy.negative>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:578
↓ 1 callersFunctionnep_metadata
()
doc/neps/tools/build_index.py:19
↓ 1 callersFunctionnew_array_op
Helper for ufunc_at, below */
numpy/core/src/umath/ufunc_object.c:5918
↓ 1 callersFunctionnew_test
(arch, cc)
numpy/distutils/tests/test_ccompiler_opt.py:776
↓ 1 callersFunctionnext
(obj)
tools/npy_tempita/compat3.py:10
↓ 1 callersMethodnext
(self)
numpy/core/_internal.py:645
↓ 1 callersFunctionnmask
Returns the mask, True if ``masked``, False if ``nomask``.
numpy/ma/core.py:7745
↓ 1 callersFunctionnonstructured_to_structured_resolve_descriptors
numpy/core/src/multiarray/convert_datatype.c:3082
← previousnext →3,901–4,000 of 17,008, ranked by callers