MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 2 callersFunctionslaeda_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:12578
↓ 2 callersFunctionslaev2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:12834
↓ 2 callersFunctionslaqr4_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:19510
↓ 2 callersFunctionslaqr5_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:20271
↓ 2 callersFunctionslas2_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:23564
↓ 2 callersFunctionslasd4_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:25555
↓ 2 callersFunctionslaswp_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:31817
↓ 2 callersFunctionslogdet_single_element
numpy/linalg/umath_linalg.cpp:1111
↓ 2 callersFunctionsometrue
Check whether some values are true. Refer to `any` for full documentation. .. deprecated:: 1.25.0 ``sometrue`` is deprecated as
numpy/core/fromnumeric.py:3882
↓ 2 callersFunctionsorglq_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:33828
↓ 2 callersFunctionsormbr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:34745
↓ 2 callersFunctionsormhr_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:35074
↓ 2 callersFunctionsormlq_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:35503
↓ 2 callersFunctionsource
Print or write to a file the source code for a NumPy object. The source code is only returned for objects written in Python. Many functi
numpy/lib/utils.py:696
↓ 2 callersFunctionsstedc_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:37309
↓ 2 callersFunctionssymv_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:12603
↓ 2 callersFunctionssyrk_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:13536
↓ 2 callersFunctionstd_c_flags
(cmd)
setup.py:283
↓ 2 callersFunctionstd_cxx_flags
(cmd)
setup.py:242
↓ 2 callersFunctionstrexc_
Subroutine */
numpy/linalg/lapack_lite/f2c_s_lapack.c:40952
↓ 2 callersFunctionstrides_to_terms
numpy/core/src/common/mem_overlap.c:713
↓ 2 callersFunctionstring_is_fully_read
numpy/core/src/multiarray/ctors.c:63
↓ 2 callersFunctionstripcomma
(s)
numpy/f2py/auxfuncs.py:781
↓ 2 callersFunctionstrseq
Recursively walk a sequence, stringifying each element.
numpy/_utils/_inspect.py:131
↓ 2 callersMethodsum
Returns the sum of the matrix elements, along the given axis. Refer to `numpy.sum` for full documentation. See Also
numpy/matrixlib/defmatrix.py:288
↓ 2 callersMethodt
(expect, func, n, m)
numpy/core/tests/test_ufunc.py:1790
↓ 2 callersFunctiontanh
Array API compatible wrapper for :py:func:`np.tanh <numpy.tanh>`. See its docstring for more information.
numpy/array_api/_elementwise_functions.py:743
↓ 2 callersMethodtemplate_sources
(self, sources, extension)
numpy/distutils/command/build_src.py:407
↓ 2 callersFunctiontimedelta_dtype_with_copied_meta
* Creates a new NPY_TIMEDELTA dtype, copying the datetime metadata * from the given dtype. * * NOTE: This function is copied from datetime.c in mul
numpy/core/src/umath/ufunc_type_resolution.c:714
↓ 2 callersFunctionto_complex_int
numpy/core/src/multiarray/textreading/conversions.c:157
↓ 2 callersMethodtoflex
Transforms a masked array into a flexible-type array. The flexible type array that is returned will have two fields: * the
numpy/ma/core.py:6223
↓ 2 callersFunctiontril_indices
Return the indices for the lower-triangle of an (n, m) array. Parameters ---------- n : int The row dimension of the arrays
numpy/lib/twodim_base.py:884
↓ 2 callersMethodtrim
Remove trailing coefficients Remove trailing coefficients until a coefficient is reached whose absolute value greater than `tol` or t
numpy/polynomial/_polybase.py:735
↓ 2 callersFunctiontriu_indices
Return the indices for the upper-triangle of an (n, m) array. Parameters ---------- n : int The size of the arrays for which
numpy/lib/twodim_base.py:1034
↓ 2 callersFunctiontype_num_unsigned_to_signed
Converts a type number from unsigned to signed */
numpy/core/src/multiarray/convert_datatype.c:717
↓ 2 callersFunctionufunc_generic_fastcall
* Main ufunc call implementation. * * This implementation makes use of the "fastcall" way of passing keyword * arguments and is called directly fro
numpy/core/src/umath/ufunc_object.c:4706
↓ 2 callersFunctionundo_rmbadname1
(name)
numpy/f2py/crackfortran.py:279
↓ 2 callersFunctionuniform_from_uint32
(x)
numpy/random/tests/test_direct.py:94
↓ 2 callersFunctionuniform_from_uint64
(x)
numpy/random/tests/test_direct.py:90
↓ 2 callersFunctionunion1d
Find the union of two arrays. Return the unique, sorted array of values that are in either of the two input arrays. Parameters
numpy/lib/arraysetops.py:899
↓ 2 callersFunctionunique_key
Obtain a unique key given a dictionary.
numpy/distutils/from_template.py:115
↓ 2 callersFunctionunique_key
Obtain a unique key given a dictionary.
numpy/f2py/_src_pyf.py:111
↓ 2 callersFunctionunmarkouterparen
(line)
numpy/f2py/crackfortran.py:896
↓ 2 callersFunctionupdate_shape
numpy/core/src/multiarray/array_coercion.c:554
↓ 2 callersFunctionuseiso_c_binding
(rout)
numpy/f2py/func2subr.py:70
↓ 2 callersFunctionvalid_baseurl
()
numpy/lib/tests/test__datasource.py:73
↓ 2 callersFunctionvalid_httpfile
()
numpy/lib/tests/test__datasource.py:81
↓ 2 callersFunctionvalidate_modulename
(pyf_files, modulename='untitled')
numpy/f2py/f2py2e.py:741
↓ 2 callersFunctionvar2fixfortran
(vars, a, fa=None, f90mode=None)
numpy/f2py/func2subr.py:22
↓ 2 callersFunctionverify_matching_signatures
Verify that a dispatcher function has the right signature.
numpy/core/overrides.py:83
↓ 2 callersFunctionvsplit
Split an array into multiple sub-arrays vertically (row-wise). Please refer to the ``split`` documentation. ``vsplit`` is equivalent to
numpy/lib/shape_base.py:944
↓ 2 callersFunctionwarn_other_module
()
numpy/testing/tests/test_utils.py:1339
↓ 2 callersFunctionwrap_array_like
(result)
numpy/lib/tests/test_mixins.py:52
↓ 2 callersMethodwrite_html
(self, fd)
tools/c_coverage/c_coverage_report.py:66
↓ 2 callersMethodwritelines
(self, lines)
numpy/lib/tests/test_io.py:48
↓ 2 callersMethodzfill
Return the numeric string left-filled with zeros in a string of length `width`. See Also -------- char.zfill
numpy/core/defchararray.py:2693
↓ 2 callersFunctionzgebrd_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:974
↓ 2 callersFunctionzgelqf_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:2467
↓ 2 callersFunctionzgeqrf_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:3579
↓ 2 callersFunctionzhemv_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:17097
↓ 2 callersFunctionzherk_
Subroutine */
numpy/linalg/lapack_lite/f2c_blas.c:18580
↓ 2 callersFunctionzipfile_factory
Create a ZipFile. Allows for Zip64, and the `file` argument can accept file, str, or pathlib.Path objects. `args` and `kwargs` are passe
numpy/lib/npyio.py:91
↓ 2 callersFunctionzlaqr4_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:16013
↓ 2 callersFunctionzlaqr5_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:16797
↓ 2 callersFunctionzlassq_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:21156
↓ 2 callersFunctionzlaswp_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:21269
↓ 2 callersFunctionztrexc_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:25706
↓ 2 callersFunctionzunglq_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:27074
↓ 2 callersFunctionzunmbr_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:28031
↓ 2 callersFunctionzunmhr_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:28369
↓ 2 callersFunctionzunmlq_
Subroutine */
numpy/linalg/lapack_lite/f2c_z_lapack.c:28819
↓ 1 callersMethodA
Return `self` as an `ndarray` object. Equivalent to ``np.asarray(self)``. Parameters ---------- None
numpy/matrixlib/defmatrix.py:839
↓ 1 callersFunctionBOOL_LT
numpy/core/src/npysort/npysort_common.h:47
↓ 1 callersFunctionBYTE_LT
numpy/core/src/npysort/npysort_common.h:54
↓ 1 callersFunctionBigInt_Add
result = lhs + rhs */
numpy/core/src/multiarray/dragon4.c:319
↓ 1 callersFunctionBigInt_DivideWithRemainder_MaxQuotient9
* This function will divide two large numbers under the assumption that the * result is within the range [0,10) and the input numbers have been shift
numpy/core/src/multiarray/dragon4.c:898
↓ 1 callersFunctionBigInt_IsEven
* Returns 1 if the value is even */
numpy/core/src/multiarray/dragon4.c:281
↓ 1 callersFunctionBigInt_IsZero
* Returns 1 if the value is zero */
numpy/core/src/multiarray/dragon4.c:272
↓ 1 callersFunctionBigInt_Multiply10
result = result * 10 */
numpy/core/src/multiarray/dragon4.c:526
↓ 1 callersFunctionBigInt_Multiply2
result = in * 2 */
numpy/core/src/multiarray/dragon4.c:476
↓ 1 callersFunctionBigInt_Multiply2_inplace
result = result * 2 */
numpy/core/src/multiarray/dragon4.c:503
↓ 1 callersFunctionBigInt_MultiplyPow10
in = in * 10^exponent */
numpy/core/src/multiarray/dragon4.c:807
↓ 1 callersFunctionBigInt_Multiply_int
result = lhs * rhs */
numpy/core/src/multiarray/dragon4.c:449
↓ 1 callersFunctionBigInt_Pow10
result = 10^exponent */
numpy/core/src/multiarray/dragon4.c:758
↓ 1 callersFunctionBigInt_Pow2
result = 2^exponent */
numpy/core/src/multiarray/dragon4.c:863
↓ 1 callersFunctionBigInt_ShiftLeft
result = result << shift */
numpy/core/src/multiarray/dragon4.c:1001
↓ 1 callersFunctionCDOUBLE_LT
numpy/core/src/npysort/npysort_common.h:217
↓ 1 callersFunctionCFLOAT_LT
* For inline functions SUN recommends not using a return in the then part * of an if statement. It's a SUN compiler thing, so assign the return value
numpy/core/src/npysort/npysort_common.h:195
↓ 1 callersFunctionCLONGDOUBLE_LT
numpy/core/src/npysort/npysort_common.h:239
↓ 1 callersFunctionDATETIME_LT
numpy/core/src/npysort/npysort_common.h:333
↓ 1 callersFunctionDEPRECATE_silence_error
* Silence the current error and emit a deprecation warning instead. * * If warnings are raised as errors, this sets the warning __cause__ to the *
numpy/core/src/multiarray/arrayobject.c:869
↓ 1 callersFunctionDOUBLE_LT
numpy/core/src/npysort/npysort_common.h:131
↓ 1 callersFunctionDragon4_Positional
numpy/core/src/multiarray/dragon4.c:3153
↓ 1 callersMethodEqual
numpy/core/src/common/half.hpp:206
↓ 1 callersFunctionF2PyCapsule_FromVoidPtr
numpy/f2py/src/fortranobject.c:1394
↓ 1 callersFunctionFLOAT_LT
numpy/core/src/npysort/npysort_common.h:124
↓ 1 callersFunctionFormatPositional
* Outputs the positive number with positional notation: ddddd.dddd * The output is always NUL terminated and the output length (not including the *
numpy/core/src/multiarray/dragon4.c:1639
↓ 1 callersFunctionFormatScientific
* Outputs the positive number with scientific notation: d.dddde[sign]ddd * The output is always NUL terminated and the output length (not including t
numpy/core/src/multiarray/dragon4.c:1884
↓ 1 callersFunctionGetPerformanceAttributes
(object, counter, instance=None, inum=-1, format=None, machine=None)
numpy/testing/_private/utils.py:93
↓ 1 callersFunctionHALF_LT
numpy/core/src/npysort/npysort_common.h:175
← previousnext →2,301–2,400 of 17,008, ranked by callers