| PSD | R Documentation |
Constrains a square matrix expression to be positive semidefinite (PSD):
X \succeq 0. The expression must be square.
PSD(expr, constr_id = NULL)
expr |
A CVXR expression representing a square matrix. |
constr_id |
Optional integer constraint ID. |
A PSD constraint object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.