MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionslansy_
numpy/linalg/lapack_lite/f2c_s_lapack.c:16751
↓ 1 callersFunctionslapy3_
numpy/linalg/lapack_lite/f2c_s_lapack.c:17220
↓ 1 callersFunctionslaqr0_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:17282
↓ 1 callersFunctionslaqr1_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:18045
↓ 1 callersFunctionslaqr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:18148
↓ 1 callersFunctionslaqr3_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:18820
↓ 1 callersFunctionslarfx_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:22701
↓ 1 callersFunctionslasd0_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:24021
↓ 1 callersFunctionslasd1_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:24285
↓ 1 callersFunctionslasd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:24543
↓ 1 callersFunctionslasd3_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:25137
↓ 1 callersFunctionslasd5_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:26562
↓ 1 callersFunctionslasd6_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:26736
↓ 1 callersFunctionslasd7_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:27073
↓ 1 callersFunctionslasd8_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:27570
↓ 1 callersFunctionslasq1_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:28924
↓ 1 callersFunctionslasq2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:29106
↓ 1 callersFunctionslasq3_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:29680
↓ 1 callersFunctionslasq4_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:30009
↓ 1 callersFunctionslasq5_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:30387
↓ 1 callersFunctionslasq6_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:30603
↓ 1 callersFunctionslasv2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:31571
↓ 1 callersFunctionslasy2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:31957
↓ 1 callersFunctionslatrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:32411
↓ 1 callersFunctionslauu2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:32733
↓ 1 callersFunctionslauum_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:32882
↓ 1 callersFunctionslogdet_from_factored_diagonal
numpy/linalg/umath_linalg.cpp:1013
↓ 1 callersFunctionsolve
Solve a linear matrix equation, or system of linear scalar equations. Computes the "exact" solution, `x`, of the well-determined, i.e., full
numpy/linalg/linalg.py:330
↓ 1 callersFunctionsolve_may_have_internal_overlap
* Determine whether an array has internal overlap. * * Returns: 0 (no overlap), 1 (overlap), or < 0 (failed to solve). * * max_work and reasons fo
numpy/core/src/common/mem_overlap.c:848
↓ 1 callersFunctionsorg2r_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:33066
↓ 1 callersFunctionsorgbr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:33213
↓ 1 callersFunctionsorghr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:33491
↓ 1 callersFunctionsorgl2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:33677
↓ 1 callersFunctionsorm2l_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:34341
↓ 1 callersFunctionsorm2r_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:34541
↓ 1 callersFunctionsorml2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:35299
↓ 1 callersFunctionsormql_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:35807
↓ 1 callersFunctionsormtr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:36402
↓ 1 callersFunctionsort
Return a sorted copy of an array. Parameters ---------- a : array_like Array to be sorted. axis : int or None, optional
numpy/core/fromnumeric.py:866
↓ 1 callersFunctionsortvarnames
(vars)
numpy/f2py/crackfortran.py:2160
↓ 1 callersFunctionsplit
For each element in `a`, return a list of the words in the string, using `sep` as the delimiter string. Calls `str.split` element-wise.
numpy/core/defchararray.py:1509
↓ 1 callersFunctionsplit_arguments
(argstr)
numpy/core/code_generators/genapi.py:186
↓ 1 callersFunctionsplitlines
For each element in `a`, return a list of the lines in the element, breaking at line boundaries. Calls `str.splitlines` element-wise.
numpy/core/defchararray.py:1548
↓ 1 callersFunctionsplitmix64_next64
numpy/random/src/splitmix64/splitmix64.h:16
↓ 1 callersFunctionspotf2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:36668
↓ 1 callersFunctionssyr2_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:12895
↓ 1 callersFunctionssyr2k_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:13150
↓ 1 callersFunctionssytd2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:39106
↓ 1 callersFunctionssytrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:39385
↓ 1 callersFunctionstack
Array API compatible wrapper for :py:func:`np.stack <numpy.stack>`. See its docstring for more information.
numpy/array_api/_manipulation_functions.py:103
↓ 1 callersFunctionstandard_exponential_unlikely
numpy/random/src/distributions/distributions.c:46
↓ 1 callersFunctionstandard_exponential_unlikely_f
numpy/random/src/distributions/distributions.c:83
↓ 1 callersFunctionstartswith
Returns a boolean array which is `True` where the string element in `a` starts with `prefix`, otherwise `False`. Calls `str.startswith`
numpy/core/defchararray.py:1582
↓ 1 callersMethodstd
Return the standard deviation of the array elements along the given axis. Refer to `numpy.std` for full documentation. See
numpy/matrixlib/defmatrix.py:448
↓ 1 callersFunctionstore_pivot
numpy/core/src/npysort/selection.cpp:42
↓ 1 callersFunctionstr_to_int64
* The following two string conversion functions are largely equivalent * in Pandas. They are in the header file here, to ensure they can be easily
numpy/core/src/multiarray/textreading/str_to_int.h:19
↓ 1 callersFunctionstream_python_file
numpy/core/src/multiarray/textreading/stream_pyobject.c:126
↓ 1 callersFunctionstream_python_iterable
numpy/core/src/multiarray/textreading/stream_pyobject.c:215
↓ 1 callersFunctionstrevc_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:39731
↓ 1 callersMethodstrides_as
Return the strides tuple as an array of some other c-types type. For example: ``self.strides_as(ctypes.c_longlong)``.
numpy/core/_internal.py:295
↓ 1 callersFunctionstrip
For each element in `a`, return a copy with the leading and trailing characters removed. Calls `str.strip` element-wise. Parameters
numpy/core/defchararray.py:1614
↓ 1 callersFunctionstrti2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:41332
↓ 1 callersFunctionstrtol_const
strtol does not know whether to put a const qualifier on endptr, wrap * it so we can put this cast in one place. */
numpy/core/src/multiarray/datetime.c:706
↓ 1 callersFunctionstrtri_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:41485
↓ 1 callersFunctionstructured_to_nonstructured_resolve_descriptors
numpy/core/src/multiarray/convert_datatype.c:3272
↓ 1 callersFunctionsubst_vars
Substitute any occurrence of @foo@ by d['foo'] from source file into target.
numpy/distutils/command/build_src.py:25
↓ 1 callersFunctionsummarise
(jobs)
tools/travis-sorter.py:91
↓ 1 callersFunctionswab_separator
* Remove multiple whitespace from the separator, and add a space to the * beginning and end. This simplifies the separator-skipping code below. */
numpy/core/src/multiarray/ctors.c:123
↓ 1 callersFunctionswap_arrays
numpy/f2py/src/fortranobject.c:772
↓ 1 callersFunctionswapcase
Return element-wise a copy of the string with uppercase characters converted to lowercase and vice versa. Calls `str.swapcase` element-w
numpy/core/defchararray.py:1659
↓ 1 callersMethodswapcase
For each element in `self`, return a copy of the string with uppercase characters converted to lowercase and vice versa. See
numpy/core/defchararray.py:2642
↓ 1 callersMethodswig_sources
(self, sources, extension)
numpy/distutils/command/build_src.py:604
↓ 1 callersFunctionsym2def
(symbol)
numpy/core/setup_common.py:214
↓ 1 callersMethodsymbols
Return a set of symbols contained in self.
numpy/f2py/symbolic.py:732
↓ 1 callersFunctionsyrk
* Helper: dispatch to appropriate cblas_?syrk for typenum. */
numpy/core/src/common/cblasfuncs.c:94
↓ 1 callersMethodtable
(self, **kwargs)
doc/source/reference/simd/gen_features.py:45
↓ 1 callersMethodtable_diff
(self, vs, **kwargs)
doc/source/reference/simd/gen_features.py:48
↓ 1 callersFunctiontake
Take elements from an array along an axis. When axis is not None, this function does the same thing as "fancy" indexing (indexing arrays
numpy/core/fromnumeric.py:96
↓ 1 callersFunctiontarball_name
Generate source distribution name Parameters ---------- ftype : {'zip', 'gztar'} Type of archive, default is 'gztar'.
pavement.py:67
↓ 1 callersMethodteardown_method
(self)
numpy/core/tests/test_deprecations.py:49
↓ 1 callersFunctiontemp_cwd
()
tools/refguide_check.py:799
↓ 1 callersFunctiontensordot
Compute tensor dot product along specified axes. Given two tensors, `a` and `b`, and an array_like object containing two array_like obje
numpy/core/numeric.py:933
↓ 1 callersFunctionterminal_has_colors
()
numpy/distutils/misc_util.py:323
↓ 1 callersFunctiontest
()
numpy/lib/tests/test_arrayterator.py:10
↓ 1 callersMethodtest_0d_array
(self, cls=np.ndarray)
numpy/lib/tests/test_shape_base.py:160
↓ 1 callersMethodtest_InvalidFile
(self)
numpy/lib/tests/test__datasource.py:217
↓ 1 callersMethodtest_InvalidHTTP
(self)
numpy/lib/tests/test__datasource.py:211
↓ 1 callersMethodtest_ValidFile
(self)
numpy/lib/tests/test__datasource.py:203
↓ 1 callersMethodtest_ValidHTTP
(self)
numpy/lib/tests/test__datasource.py:197
↓ 1 callersMethodtest_ValidHTTP
(self)
numpy/lib/tests/test__datasource.py:262
↓ 1 callersMethodtest_add
(self)
numpy/core/tests/test_defchararray.py:591
↓ 1 callersMethodtest_axis_insertion
(self, cls=np.ndarray)
numpy/lib/tests/test_shape_base.py:174
↓ 1 callersFunctiontest_deprecated_arrfuncs_members
numpy/core/src/multiarray/usertypes.c:142
↓ 1 callersMethodtest_dispatch
(self)
numpy/lib/tests/test_twodim_base.py:280
↓ 1 callersMethodtest_duplicates
(self, error_msg, option, val)
numpy/distutils/tests/test_ccompiler_opt_conf.py:96
↓ 1 callersMethodtest_extra_checks
(self, error_msg, search_in, feature_name, feature_dict)
numpy/distutils/tests/test_ccompiler_opt_conf.py:144
↓ 1 callersMethodtest_feature
(self, log, search_in, feature_name, feature_dict)
numpy/distutils/tests/test_ccompiler_opt_conf.py:54
↓ 1 callersMethodtest_group
(self, error_msg, search_in, feature_name, feature_dict)
numpy/distutils/tests/test_ccompiler_opt_conf.py:127
↓ 1 callersMethodtest_implies
(self, error_msg, search_in, feature_name, feature_dict)
numpy/distutils/tests/test_ccompiler_opt_conf.py:107
↓ 1 callersMethodtest_matrix
(self, vals=None)
numpy/lib/tests/test_twodim_base.py:127
← previousnext →4,501–4,600 of 17,008, ranked by callers