Searched refs:_compute_dx_and_dy (Results 1 – 1 of 1) sorted by relevance
195 def _compute_dx_and_dy(x, y, y_shape): function254 dx, dy = zip(*[_compute_dx_and_dy(xi, y, y_shape) for xi in x])325 dx, dy = _compute_dx_and_dy(x, y, y_shape)