MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 4 callersMethod__getstate__
Return the internal state of the masked array, for pickling purposes.
numpy/ma/core.py:6284
↓ 4 callersMethod__init__
domain_tan(eps) = true where abs(cos(x)) < eps)
numpy/ma/core.py:830
↓ 4 callersFunction_append_char
numpy/core/src/multiarray/buffer.c:62
↓ 4 callersFunction_array_fill_strides
numpy/core/src/multiarray/ctors.c:3970
↓ 4 callersFunction_arrays_for_stack_dispatcher
(arrays)
numpy/core/shape_base.py:207
↓ 4 callersFunction_block_setup
Returns (`arrays`, list_ndim, result_ndim, final_size)
numpy/core/shape_base.py:879
↓ 4 callersMethod_calc_info
(self, name)
numpy/distutils/system_info.py:2144
↓ 4 callersMethod_compile
(self, body, headers, include_dirs, lang)
numpy/distutils/command/config.py:104
↓ 4 callersFunction_compute_size_by_dict
Computes the product of the elements in indices based on the dictionary idx_dict. Parameters ---------- indices : iterable
numpy/core/einsumfunc.py:56
↓ 4 callersFunction_construction_repr
Creates a string repr of the dtype, excluding the 'dtype()' part surrounding the object. This object may be a string, a list, or a dict d
numpy/core/_dtype.py:68
↓ 4 callersFunction_deprecate_shape_0_as_None
(shape)
numpy/core/records.py:576
↓ 4 callersFunction_escape_backslash
(val)
numpy/distutils/npy_pkg_config.py:73
↓ 4 callersMethod_expect_error
( self, msg, err_type, no_error_msg="Failed to generate error" )
numpy/core/tests/test_cpu_features.py:166
↓ 4 callersFunction_find_contraction
Finds the contraction for a given set of input and output sets. Parameters ---------- positions : iterable Integer positions
numpy/core/einsumfunc.py:85
↓ 4 callersFunction_flop_count
Computes the number of FLOPS in the contraction. Parameters ---------- idx_contraction : iterable The indices involved in th
numpy/core/einsumfunc.py:18
↓ 4 callersMethod_fullpath
Return complete path for path. Prepends baseurl if necessary.
numpy/lib/_datasource.py:584
↓ 4 callersFunction_gen_alignment_data
generator producing data with different alignment and offsets to test simd vectorization Parameters ---------- dtype : dtype
numpy/testing/_private/utils.py:1827
↓ 4 callersMethod_get_coefficients
Interpret other as polynomial coefficients. The `other` argument is checked to see if it is of the same class as self with identical
numpy/polynomial/_polybase.py:266
↓ 4 callersFunction_get_fieldspec
Produce a list of name/dtype pairs corresponding to the dtype fields Similar to dtype.descr, but the second item of each tuple is a dtype, n
numpy/lib/recfunctions.py:74
↓ 4 callersFunction_get_fresh_mod
()
numpy/testing/tests/test_utils.py:1290
↓ 4 callersFunction_get_part
* Create a view of a complex array with an equivalent data-type * except it is real instead of complex. */
numpy/core/src/multiarray/getset.c:679
↓ 4 callersMethod_interpret_codes
(self, codes, ns, out, defs)
tools/npy_tempita/__init__.py:221
↓ 4 callersFunction_kind_name
(dtype)
numpy/core/_dtype.py:24
↓ 4 callersMethod_load_b
(self, data)
numpy/core/tests/test_simd.py:136
↓ 4 callersFunction_new_duck_type_and_implements
Create a duck array type and implements functions.
numpy/core/tests/test_overrides.py:288
↓ 4 callersFunction_raw_fft
(a, n, axis, is_real, is_forward, inv_norm)
numpy/fft/_pocketfft.py:49
↓ 4 callersFunction_raw_fftnd
(a, s=None, axes=None, function=fft, norm=None)
numpy/fft/_pocketfft.py:701
↓ 4 callersFunction_read_array_header
see read_array_header_1_0
numpy/lib/format.py:587
↓ 4 callersMethod_setup
(self)
numpy/core/tests/test_numeric.py:2520
↓ 4 callersFunction_strip_filename
Strip the filename and line number from a mypy message.
numpy/typing/tests/test_typing.py:77
↓ 4 callersMethod_test_mtsame
(self, func, *args)
numpy/fft/tests/test_pocketfft.py:276
↓ 4 callersMethod_test_sort_partition
(self, name, kinds, **kwargs)
numpy/core/tests/test_multiarray.py:1754
↓ 4 callersFunction_var
(a, **args)
numpy/core/tests/test_multiarray.py:6057
↓ 4 callersFunction_write_array_header
Write the header for an array and returns the version used Parameters ---------- fp : filelike object d : dict This has the
numpy/lib/format.py:414
↓ 4 callersFunctionadd_128
Long integer add */
numpy/core/src/common/npy_extint128.h:130
↓ 4 callersMethodadd_extension
Add extension to configuration. Create and add an Extension instance to the ext_modules list. This method also takes the following op
numpy/distutils/misc_util.py:1442
↓ 4 callersFunctionadd_minutes_to_datetimestruct
* Adjusts a datetimestruct based on a minutes offset. Assumes * the current values are valid. */
numpy/core/src/multiarray/datetime.c:2059
↓ 4 callersMethodanom
Compute the anomalies (deviations from the arithmetic mean) along the given axis. Returns an array of anomalies, with the sa
numpy/ma/core.py:5361
↓ 4 callersMethodasString
String output
tools/swig/test/Array1.cxx:87
↓ 4 callersMethodas_latex
(self, obj)
numpy/polynomial/tests/test_printing.py:379
↓ 4 callersFunctionas_lt
(left, right)
numpy/f2py/symbolic.py:1043
↓ 4 callersFunctionassert_array_less
Raises an AssertionError if two array_like objects are not ordered by less than. Given two array_like objects, check that the shape is e
numpy/testing/_private/utils.py:1039
↓ 4 callersFunctionassert_no_gc_cycles
Fail if the given callable produces any reference cycles. If called with all arguments omitted, may be used as a context manager: w
numpy/testing/_private/utils.py:2334
↓ 4 callersFunctionassert_warn_len_equal
(mod, n_in_context)
numpy/testing/tests/test_utils.py:1239
↓ 4 callersMethodbasis
Series basis polynomial of degree `deg`. Returns the series representing the basis polynomial of degree `deg`. .. versionadded:: 1.7
numpy/polynomial/_polybase.py:1126
↓ 4 callersFunctionbuffered_bounded_lemire_uint32
Static `Lemire rejection` function called by * random_buffered_bounded_uint32(...) */
numpy/random/src/distributions/distributions.c:1275
↓ 4 callersFunctionbuffered_bounded_masked_uint32
Static `masked rejection` function called by * random_buffered_bounded_uint32(...) */
numpy/random/src/distributions/distributions.c:1128
↓ 4 callersFunctionbuffered_uint16
Generate 16 bit random numbers using a 32 bit buffer. */
numpy/random/src/distributions/distributions.c:1088
↓ 4 callersFunctionbuffered_uint8
Generate 8 bit random numbers using a 32 bit buffer. */
numpy/random/src/distributions/distributions.c:1102
↓ 4 callersMethodcast
Convert series to series of this class. The `series` is expected to be an instance of some polynomial series of one of the types supp
numpy/polynomial/_polybase.py:1167
↓ 4 callersMethodcc_test_flags
Returns True if the compiler supports 'flags'.
numpy/distutils/ccompiler_opt.py:1081
↓ 4 callersMethodcflags
(self, section="default")
numpy/distutils/npy_pkg_config.py:130
↓ 4 callersFunctioncheck_and_adjust_axis_msg
* Returns -1 and sets an exception if *axis is an invalid axis for * an array of dimension ndim, otherwise adjusts it in place to be * 0 <= *axis <
numpy/core/src/multiarray/common.h:137
↓ 4 callersMethodcheck_array
(self, dtype)
numpy/core/tests/test_multiarray.py:8983
↓ 4 callersMethodcheck_func
(self, func, headers=None, include_dirs=None, libraries=None, library_di
numpy/distutils/command/config.py:315
↓ 4 callersMethodcheck_function
(self, func, fill_value=None)
numpy/core/tests/test_numeric.py:2728
↓ 4 callersMethodcheck_like_function
(self, like_function, value, fill_value=False)
numpy/core/tests/test_numeric.py:2825
↓ 4 callersFunctioncheck_real_value
(f, x1, y1, x, exact=True)
numpy/core/tests/test_umath_complex.py:539
↓ 4 callersMethodcheck_roundtrips
(self, a)
numpy/lib/tests/test_io.py:125
↓ 4 callersFunctionclacrm_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:9174
↓ 4 callersFunctioncompute_min_run_short
numpy/core/src/npysort/timsort.cpp:954
↓ 4 callersFunctionconvert
(name, locals=locals, formatarg=formatarg, formatvalue=formatvalue)
numpy/_utils/_inspect.py:182
↓ 4 callersFunctionconvert_datetimestruct_to_datetime
* Converts a datetime from a datetimestruct to a datetime based * on some metadata. The date is assumed to be valid. * * TODO: If meta->num is real
numpy/core/src/multiarray/datetime.c:280
↓ 4 callersFunctioncov
Estimate the covariance matrix. Except for the handling of missing data this function does the same as `numpy.cov`. For more details and
numpy/ma/extras.py:1444
↓ 4 callersMethodcpu_dispatch_names
return a list of final CPU dispatch feature names
numpy/distutils/ccompiler_opt.py:2263
↓ 4 callersFunctioncunmqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_c_lapack.c:29299
↓ 4 callersMethoddegree
The degree of the series. .. versionadded:: 1.5.0 Returns ------- degree : int Degree of the series, one
numpy/polynomial/_polybase.py:675
↓ 4 callersFunctiondict_append
(d, **kws)
numpy/distutils/misc_util.py:2296
↓ 4 callersMethoddist_test
Return True if 'CCompiler.compile()' able to compile a source file with certain flags.
numpy/distutils/ccompiler_opt.py:616
↓ 4 callersFunctiondlange_
numpy/linalg/lapack_lite/f2c_d_lapack.c:16510
↓ 4 callersFunctiondlasdt_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:28785
↓ 4 callersFunctiondlasr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:30905
↓ 4 callersFunctiondormqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:36240
↓ 4 callersFunctiondragon4_positional
* Prints floating-point scalars using the Dragon4 algorithm, positional mode. * See docstring of `np.format_float_positional` for description of argu
numpy/core/src/multiarray/multiarraymodule.c:3863
↓ 4 callersFunctiondragon4_scientific
* Prints floating-point scalars using the Dragon4 algorithm, scientific mode. * See docstring of `np.format_float_scientific` for description of argu
numpy/core/src/multiarray/multiarraymodule.c:3821
↓ 4 callersFunctiondsteqr_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:37913
↓ 4 callersFunctiondsterf_
Subroutine */
numpy/linalg/lapack_lite/f2c_d_lapack.c:38511
↓ 4 callersMethodenable
Set the enabling shrink to `shrink`.
numpy/ma/core.py:2407
↓ 4 callersFunctionexpand_dims
Expand the shape of an array. Insert a new axis that will appear at the `axis` position in the expanded array shape. Parameters
numpy/lib/shape_base.py:513
↓ 4 callersMethodfeature_implies_c
same as feature_implies() but combining 'names
numpy/distutils/ccompiler_opt.py:1397
↓ 4 callersFunctionfftblue_fft
numpy/fft/_pocketfft.c:1960
↓ 4 callersMethodflush
(self)
numpy/distutils/command/config.py:512
↓ 4 callersMethodflushTo
(self, other_queue)
numpy/linalg/lapack_lite/clapack_scrub.py:120
↓ 4 callersFunctionfname2def
(name)
numpy/core/setup_common.py:211
↓ 4 callersMethodfrom_param
(cls, obj)
numpy/ctypeslib.py:183
↓ 4 callersFunctiongen_mask
Bounded generators */
numpy/random/src/distributions/distributions.c:1076
↓ 4 callersFunctiongentitle
(name)
numpy/f2py/auxfuncs.py:770
↓ 4 callersFunctionget_build_architecture
()
numpy/distutils/misc_util.py:2467
↓ 4 callersFunctionget_cmd
(cmdname, _cache={})
numpy/distutils/misc_util.py:2131
↓ 4 callersMethodget_data_variation
Returns a copy of arr1 that may be non-contiguous or unaligned, and a matching array for arr2 (although not a copy).
numpy/core/tests/test_casting_unittests.py:198
↓ 4 callersFunctionget_item_pointer
* Get pointer for an integer index. * * For a purely integer index, set ptr to the memory address. * Returns 0 on success, -1 on failure. * The ca
numpy/core/src/multiarray/mapping.c:789
↓ 4 callersMethodget_libraries
(self)
numpy/distutils/fcompiler/sun.py:39
↓ 4 callersFunctionget_mat
(n)
numpy/lib/tests/test_twodim_base.py:18
↓ 4 callersMethodget_paths
(self, section, key)
numpy/distutils/system_info.py:880
↓ 4 callersFunctionget_real_dtype
(dtype)
numpy/linalg/tests/test_linalg.py:51
↓ 4 callersMethodget_runtime_lib_dirs
(self, key='runtime_library_dirs')
numpy/distutils/system_info.py:938
↓ 4 callersFunctionget_squares
()
benchmarks/benchmarks/common.py:64
↓ 4 callersMethodget_src_dirs
(self, key='src_dirs')
numpy/distutils/system_info.py:947
↓ 4 callersMethodget_version
Try to get version string of a package. Return a version string of the current package or None if the version information could not b
numpy/distutils/misc_util.py:1951
↓ 4 callersFunctiongetfortranname
(rout)
numpy/f2py/auxfuncs.py:629
← previousnext →901–1,000 of 17,008, ranked by callers