Undocumented
Constant | MAY_SHARE_BOUNDS |
Undocumented |
Constant | MAY_SHARE_EXACT |
Undocumented |
Variable | ndims |
Undocumented |
Variable | shape |
Undocumented |
Variable | size |
Undocumented |
Class | TestUFunc |
Test ufunc call memory overlap handling |
Function | _check_assignment |
Check assignment arr[dstidx] = arr[srcidx] works. |
Function | _indices |
Returns ((axis0_src, axis0_dst), (axis1_src, axis1_dst), ... ) index pairs. |
Function | _indices_for_axis |
Returns (src, dst) pairs of indices. |
Function | _indices_for_nelems |
Returns slices of length nelems, from start onwards, in direction sign. |
Function | assert_copy_equivalent |
Check that operation(*args, out=out) produces results equivalent to out[...] = operation(*args, out=out.copy()) |
Function | check_internal_overlap |
Undocumented |
Function | check_may_share_memory_easy_fuzz |
Undocumented |
Function | check_may_share_memory_exact |
Undocumented |
Function | iter_random_view_pairs |
Undocumented |
Function | test_diophantine_fuzz |
Undocumented |
Function | test_diophantine_overflow |
Undocumented |
Function | test_internal_overlap_diophantine |
Undocumented |
Function | test_internal_overlap_fuzz |
Undocumented |
Function | test_internal_overlap_manual |
Undocumented |
Function | test_internal_overlap_slices |
Undocumented |
Function | test_may_share_memory_bad_max_work |
Undocumented |
Function | test_may_share_memory_easy_fuzz |
Undocumented |
Function | test_may_share_memory_harder_fuzz |
Undocumented |
Function | test_may_share_memory_manual |
Undocumented |
Function | test_non_ndarray_inputs |
Undocumented |
Function | test_overlapping_assignments |
Undocumented |
Function | test_shares_memory_api |
Undocumented |
Function | view_element_first_byte |
Construct an array viewing the first byte of each element of x |