Det_inv constraints

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?

Yes, that’s correct.

1 Like