Nonconvex: Checking positive-semidefiniteness inside the Gloptipoly package
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Deepayan Bhadra
am 24 Mär. 2018
Beantwortet: Christine Tobler
am 26 Mär. 2018
Hi,
I’m dealing with a non-convex constraint and hence, instead of CVX (does CVX support MATLAB’s eig function?), I’m using Gloptipoly. When I use eig inside it, it throws up an error. Any alternative ways?
Thanks a lot.
0 Kommentare
Akzeptierte Antwort
Christine Tobler
am 26 Mär. 2018
For positive definiteness, I would recommended to check this using CHOL (see if the second output registers a problem), but this will not work for semi-definite. You could use LDL, and check if there are negative values in D.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Characters and Strings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!