PSDWrap-class {CVXR} | R Documentation |
A no-op wrapper to assert the input argument is positive semidefinite.
PSDWrap(arg)
## S4 method for signature 'PSDWrap'
is_psd(object)
arg |
A Expression object or matrix. |
object |
A PSDWrap object. |
is_psd(PSDWrap)
: Is the atom positive semidefinite?