↓ 4 callersFunction_random_affine_matrixGenerate a random, non-degenerate 2D affine matrix. Composes rotation, scaling, shear, and translation within reasonable ranges for testing w
tests/cupyx_tests/scipy_tests/ndimage_tests/test_interpolation.py:31
↓ 4 callersFunction_reshape_array_with(
arr: _array.DistributedArray,
f_shape: Callable[[tuple[int, ...]], tuple[int, ...]],
f_idx:
cupyx/distributed/array/_linalg.py:172
↓ 4 callersMethod_test_can_use(
self, i_shape, o_shape, r_axis, o_axis, order, expected)
tests/cupy_tests/core_tests/test_cub_reduction.py:40
↓ 4 callersFunctiontf2zpkr"""Return zero, pole, gain (z, p, k) representation from a numerator, denominator representation of a linear filter. Parameters --------
cupyx/scipy/signal/_iir_filter_conversions.py:1203