View source: R/076_atoms_elementwise_ceil.R
| floor_expr | R Documentation |
Returns the floor (largest 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).
floor_expr(x)
x |
A CVXR expression. |
A Floor expression.
ceil_expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.