floor_divide

odl.floor_divide(x1, x2, out=None)

Calculates the largest integer-valued number that is not greater than the result of dividing each element x1_i of the input array x1 by the respective element x2_i of the input array x2.