R/076_atoms_elementwise_ceil.R
ceil_expr.Rd
Returns the ceiling (smallest integer >= x) of each element. This atom is quasiconvex and quasiconcave but NOT convex or concave, so it can only be used in DQCP problems (solved with qcp = TRUE).
qcp = TRUE
ceil_expr(x)
A CVXR expression.
A Ceil expression.
Ceil
floor_expr