Det_inv constraints

Uncategorized
Mar 4, 2024
N

When the documentation says for det_inv

When used inside a CVX specification, det_inv constrains the matrix to be symmetric (if real) or Hermitian (if complex) and positive semidefinite

Does that mean det_inv(A) in CVX is actually det_inv(A), A>0` meaning it automatically applies the PD constraint?

M

Yes, that’s correct.