| Equality | R Documentation |
Constrains two expressions to be equal elementwise: lhs = rhs.
Typically created via the == operator on CVXR expressions.
Equality(lhs, rhs, constr_id = NULL)
lhs |
A CVXR expression (left-hand side). |
rhs |
A CVXR expression (right-hand side). |
constr_id |
Optional integer constraint ID. |
An Equality constraint object.
Zero, Inequality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.