ceil_expr: Elementwise Ceiling

View source: R/076_atoms_elementwise_ceil.R

ceil_exprR Documentation

Elementwise Ceiling

Description

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).

Usage

ceil_expr(x)

Arguments

x

A CVXR expression.

Value

A Ceil expression.

See Also

floor_expr


CVXR documentation built on March 6, 2026, 9:10 a.m.