Round each element of float tensor Z away from zero (sign(Z) * ceil(abs(Z))).
Z
sign(Z) * ceil(abs(Z))
Sign in to write and run your own code.
solve(...)