MCPcopy Create free account

hub / github.com/numpy/numpy / functions

Functions17,008 in github.com/numpy/numpy

↓ 1 callersFunctionnormalize_doc
(docstring)
numpy/core/code_generators/generate_umath_doc.py:10
↓ 1 callersFunctionnormalize_signature_keyword
* ufunc() and ufunc.outer() accept 'sig' or 'signature'. We guarantee * that it is passed as 'signature' by renaming 'sig' if present. * Note that
numpy/core/src/umath/override.c:147
↓ 1 callersFunctionnormalize_whitespace
Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space.
numpy/distutils/tests/test_from_template.py:31
↓ 1 callersFunctionnormalize_whitespace
Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space.
numpy/f2py/tests/test_pyf_src.py:31
↓ 1 callersFunctionnotmasked_contiguous
Find contiguous unmasked data in a masked array along the given axis. Parameters ---------- a : array_like The input array.
numpy/ma/extras.py:1896
↓ 1 callersFunctionnotmasked_edges
Find the indices of the first and last unmasked values along an axis. If all values are masked, return None. Otherwise, return a list o
numpy/ma/extras.py:1788
↓ 1 callersFunctionnpy__cpu_baseline_fid
* Returns CPU feature's ID, if the 'feature' was part of baseline * features that had been configured via --cpu-baseline * otherwise it returns 0 */
numpy/core/src/common/npy_cpu_features.c:186
↓ 1 callersFunctionnpy__cpu_cpuid
numpy/core/src/common/npy_cpu_features.c:393
↓ 1 callersFunctionnpy__cpu_dispatch_fid
* Returns CPU feature's ID, if the 'feature' was part of dispatched * features that had been configured via --cpu-dispatch * otherwise it returns 0
numpy/core/src/common/npy_cpu_features.c:199
↓ 1 callersFunctionnpy__cpu_getxcr0
numpy/core/src/common/npy_cpu_features.c:376
↓ 1 callersFunctionnpy__cpu_init_features
numpy/core/src/common/npy_cpu_features.c:422
↓ 1 callersFunctionnpy__cpu_validate_baseline
numpy/core/src/common/npy_cpu_features.c:208
↓ 1 callersFunctionnpy_acount_run
numpy/core/src/npysort/timsort.cpp:2335
↓ 1 callersFunctionnpy_aforce_collapse
numpy/core/src/npysort/timsort.cpp:2660
↓ 1 callersFunctionnpy_agallop_left
numpy/core/src/npysort/timsort.cpp:2401
↓ 1 callersFunctionnpy_agallop_right
numpy/core/src/npysort/timsort.cpp:2450
↓ 1 callersFunctionnpy_aheapsort
numpy/core/src/npysort/heapsort.cpp:113
↓ 1 callersFunctionnpy_amerge_left
numpy/core/src/npysort/timsort.cpp:2496
↓ 1 callersFunctionnpy_amerge_right
numpy/core/src/npysort/timsort.cpp:2520
↓ 1 callersFunctionnpy_amergesort0
numpy/core/src/npysort/mergesort.cpp:414
↓ 1 callersFunctionnpy_atry_collapse
numpy/core/src/npysort/timsort.cpp:2599
↓ 1 callersFunctionnpy_bswap2
byte swapping functions */
numpy/core/src/common/lowlevel_strided_loops.h:477
↓ 1 callersFunctionnpy_bswap2_unaligned
* treat as int16 and byteswap unaligned memory, * some cpus don't support unaligned access */
numpy/core/src/common/lowlevel_strided_loops.h:487
↓ 1 callersFunctionnpy_bswap4
numpy/core/src/common/lowlevel_strided_loops.h:495
↓ 1 callersFunctionnpy_casting_to_py_object
numpy/core/src/umath/ufunc_type_resolution.c:54
↓ 1 callersFunctionnpy_clear_floatstatus
numpy/core/src/npymath/ieee754.cpp:376
↓ 1 callersFunctionnpy_count_run
numpy/core/src/npysort/timsort.cpp:1901
↓ 1 callersFunctionnpy_cpu_baseline_list
numpy/core/src/common/npy_cpu_features.c:147
↓ 1 callersFunctionnpy_cpu_dispatch_list
numpy/core/src/common/npy_cpu_features.c:162
↓ 1 callersFunctionnpy_cpu_features_dict
numpy/core/src/common/npy_cpu_features.c:124
↓ 1 callersFunctionnpy_default_get_strided_loop
* The default method to fetch the correct loop for a cast or ufunc * (at the time of writing only casts). * Note that the default function provided
numpy/core/src/multiarray/array_method.c:136
↓ 1 callersFunctionnpy_fallocate
* allocate nbytes of diskspace for file fp * this allows the filesystem to make smarter allocation decisions and gives a * fast exit on not enough f
numpy/core/src/multiarray/convert.c:36
↓ 1 callersFunctionnpy_fastputmask
* Helper function instantiating npy_fastput_impl in different branches * to allow the compiler to optimize each to the specific itemsize. */
numpy/core/src/multiarray/item_selection.c:601
↓ 1 callersFunctionnpy_fastputmask_impl
numpy/core/src/multiarray/item_selection.c:567
↓ 1 callersFunctionnpy_fastrepeat
numpy/core/src/multiarray/item_selection.c:794
↓ 1 callersFunctionnpy_fastrepeat_impl
numpy/core/src/multiarray/item_selection.c:764
↓ 1 callersFunctionnpy_fasttake
* Helper function instantiating npy_fasttake_impl in different branches * to allow the compiler to optimize each to the specific itemsize. */
numpy/core/src/multiarray/item_selection.c:171
↓ 1 callersFunctionnpy_fasttake_impl
numpy/core/src/multiarray/item_selection.c:35
↓ 1 callersFunctionnpy_float_to_half
numpy/core/src/npymath/halffloat.cpp:30
↓ 1 callersFunctionnpy_force_collapse
numpy/core/src/npysort/timsort.cpp:2227
↓ 1 callersFunctionnpy_gallop_left
numpy/core/src/npysort/timsort.cpp:2007
↓ 1 callersFunctionnpy_gallop_right
numpy/core/src/npysort/timsort.cpp:1962
↓ 1 callersFunctionnpy_get_floatstatus
numpy/core/src/npymath/ieee754.cpp:382
↓ 1 callersFunctionnpy_half_eq_nonan
numpy/core/src/npymath/halffloat.cpp:136
↓ 1 callersFunctionnpy_half_ge
numpy/core/src/npymath/halffloat.cpp:176
↓ 1 callersFunctionnpy_half_isfinite
numpy/core/src/npymath/halffloat.cpp:55
↓ 1 callersFunctionnpy_half_isinf
numpy/core/src/npymath/halffloat.cpp:50
↓ 1 callersFunctionnpy_half_iszero
numpy/core/src/npymath/halffloat.cpp:40
↓ 1 callersFunctionnpy_half_lt
numpy/core/src/npymath/halffloat.cpp:156
↓ 1 callersFunctionnpy_half_to_float
numpy/core/src/npymath/halffloat.cpp:20
↓ 1 callersFunctionnpy_heapsort
numpy/core/src/npysort/heapsort.cpp:52
↓ 1 callersFunctionnpy_merge_left
numpy/core/src/npysort/timsort.cpp:2054
↓ 1 callersFunctionnpy_merge_right
numpy/core/src/npysort/timsort.cpp:2083
↓ 1 callersFunctionnpy_mergesort0
numpy/core/src/npysort/mergesort.cpp:338
↓ 1 callersFunctionnpy_new_coercion_cache
* Steals a reference to the object. */
numpy/core/src/multiarray/array_coercion.c:615
↓ 1 callersFunctionnpy_to_double
numpy/core/src/multiarray/textreading/conversions.c:135
↓ 1 callersFunctionnpy_tokenize
* This tokenizer always copies the full "row" (all tokens). This makes * two things easier: * 1. It means that every word is guaranteed to be follo
numpy/core/src/multiarray/textreading/tokenize.cpp:289
↓ 1 callersFunctionnpy_tokenizer_clear
numpy/core/src/multiarray/textreading/tokenize.cpp:407
↓ 1 callersFunctionnpy_tokenizer_init
* Initialize the tokenizer. We may want to copy all important config * variables into the tokenizer. This would improve the cache locality during
numpy/core/src/multiarray/textreading/tokenize.cpp:425
↓ 1 callersFunctionnpy_try_collapse
numpy/core/src/npysort/timsort.cpp:2167
↓ 1 callersFunctionnpyabs
numpy/linalg/umath_linalg.cpp:1046
↓ 1 callersFunctionnpyexp
numpy/linalg/umath_linalg.cpp:1009
↓ 1 callersFunctionnpyiter_allocate_arrays
numpy/core/src/multiarray/nditer_constr.c:2683
↓ 1 callersFunctionnpyiter_allocate_transfer_functions
numpy/core/src/multiarray/nditer_constr.c:3111
↓ 1 callersFunctionnpyiter_apply_forced_iteration_order
* If the order is NPY_KEEPORDER, lets the iterator find the best * iteration order, otherwise forces it. Indicates in the itflags that * whether th
numpy/core/src/multiarray/nditer_constr.c:2105
↓ 1 callersFunctionnpyiter_calculate_ndim
numpy/core/src/multiarray/nditer_constr.c:894
↓ 1 callersFunctionnpyiter_casting_to_string
numpy/core/src/multiarray/nditer_constr.c:1274
↓ 1 callersFunctionnpyiter_check_casting
numpy/core/src/multiarray/nditer_constr.c:1294
↓ 1 callersFunctionnpyiter_check_global_flags
Checks 'flags' for (C|F)_ORDER_INDEX, MULTI_INDEX, and EXTERNAL_LOOP, * setting the appropriate internal flags in 'itflags'. * * Returns 1 on succe
numpy/core/src/multiarray/nditer_constr.c:758
↓ 1 callersFunctionnpyiter_check_op_axes
numpy/core/src/multiarray/nditer_constr.c:823
↓ 1 callersFunctionnpyiter_check_per_op_flags
* Checks the per-operand input flags, and fills in op_itflags. * * Returns 1 on success, 0 on failure. */
numpy/core/src/multiarray/nditer_constr.c:925
↓ 1 callersFunctionnpyiter_check_reduce_ok_and_set_flags
* Check whether a reduction is OK based on the flags and the operand being * readwrite. This path is deprecated, since usually only specific axes *
numpy/core/src/multiarray/nditer_constr.c:1413
↓ 1 callersFunctionnpyiter_checkreducesize
* This checks how much space can be buffered without encountering the * same value twice, or for operands whose innermost stride is zero, * without
numpy/core/src/multiarray/nditer_api.c:2674
↓ 1 callersFunctionnpyiter_clear_buffers
* This function clears any references still held by the buffers and should * only be used to discard buffers if an error occurred. * * @param iter
numpy/core/src/multiarray/nditer_api.c:2609
↓ 1 callersFunctionnpyiter_close
numpy/core/src/multiarray/nditer_pywrap.c:2331
↓ 1 callersFunctionnpyiter_compute_index_strides
* Computes the iterator's index strides and initializes the index values * to zero. * * This must be called before the axes (i.e. the AXISDATA arra
numpy/core/src/multiarray/nditer_constr.c:2040
↓ 1 callersFunctionnpyiter_convert_op_axes
numpy/core/src/multiarray/nditer_pywrap.c:496
↓ 1 callersFunctionnpyiter_convert_op_flags_array
numpy/core/src/multiarray/nditer_pywrap.c:392
↓ 1 callersFunctionnpyiter_fill_axisdata
* Fills in the AXISDATA for the 'nop' operands, broadcasting * the dimensionas as necessary. Also fills * in the ITERSIZE data member. * * If op_
numpy/core/src/multiarray/nditer_constr.c:1490
↓ 1 callersFunctionnpyiter_find_best_axis_ordering
numpy/core/src/multiarray/nditer_constr.c:2277
↓ 1 callersFunctionnpyiter_flip_negative_strides
* This function negates any strides in the iterator * which are negative. When iterating more than one * object, it only flips strides when they ar
numpy/core/src/multiarray/nditer_constr.c:2155
↓ 1 callersFunctionnpyiter_get_common_dtype
* Calculates a dtype that all the types can be promoted to, using the * ufunc rules. If only_inputs is 1, it leaves any operands that * are not rea
numpy/core/src/multiarray/nditer_constr.c:2420
↓ 1 callersFunctionnpyiter_get_priority_subtype
* The __array_priority__ attribute of the inputs determines * the subtype of any output arrays. This function finds the * subtype of the input arra
numpy/core/src/multiarray/nditer_constr.c:3092
↓ 1 callersFunctionnpyiter_has_writeback
numpy/core/src/multiarray/nditer_api.c:2887
↓ 1 callersFunctionnpyiter_new_temp_array
* Allocates a temporary array which can be used to replace op * in the iteration. Its dtype will be op_dtype. * * The result array has a memory or
numpy/core/src/multiarray/nditer_constr.c:2486
↓ 1 callersFunctionnpyiter_prepare_one_operand
* Prepares a constructor operand. Assumes a reference to 'op' * is owned, and that 'op' may be replaced. Fills in 'op_dataptr', * 'op_dtype', and
numpy/core/src/multiarray/nditer_constr.c:1019
↓ 1 callersFunctionnpyiter_prepare_operands
* Process all the operands, copying new references so further processing * can replace the arrays if copying is necessary. */
numpy/core/src/multiarray/nditer_constr.c:1189
↓ 1 callersFunctionnpyiter_replace_axisdata
* Replaces the AXISDATA for the iop'th operand, broadcasting * the dimensions as necessary. Assumes the replacement array is * exactly the same sha
numpy/core/src/multiarray/nditer_constr.c:1943
↓ 1 callersFunctionnpyiter_reverse_axis_ordering
numpy/core/src/multiarray/nditer_constr.c:2236
↓ 1 callersFunctionnpyiter_seq_ass_slice
numpy/core/src/multiarray/nditer_pywrap.c:2168
↓ 1 callersFunctionnpyiter_seq_slice
numpy/core/src/multiarray/nditer_pywrap.c:2043
↓ 1 callersFunctionnpyiter_value_get
numpy/core/src/multiarray/nditer_pywrap.c:1391
↓ 1 callersFunctionnpylog
numpy/linalg/umath_linalg.cpp:1007
↓ 1 callersFunctionnpyrational_dot
numpy/core/src/umath/_rational_tests.c:841
↓ 1 callersFunctionnpyv512_pack_lo_hi
numpy/core/src/common/simd/avx512/utils.h:96
↓ 1 callersFunctionnpyv__trunc_s32_f32
numpy/core/src/common/simd/vec/conversion.h:176
↓ 1 callersFunctionnpyv__trunc_s32_f64
numpy/core/src/common/simd/vec/conversion.h:201
↓ 1 callersFunctionnpyv_all_u64
numpy/core/src/common/simd/neon/operators.h:306
↓ 1 callersFunctionnpyv_and_b64
numpy/core/src/common/simd/avx512/operators.h:211
↓ 1 callersFunctionnpyv_any_u64
numpy/core/src/common/simd/neon/operators.h:393
← previousnext →4,001–4,100 of 17,008, ranked by callers