Learn R Programming

CVXR (version 1.9.1)

ceil_expr: 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)

Value

A Ceil expression.

Arguments

x

A CVXR expression.

See Also

floor_expr