Round each element of float tensor Z away from zero (sign(Z) * ceil(abs(Z))).
Z
sign(Z) * ceil(abs(Z))
solve(...)