Nonconvex: Checking positive-semidefiniteness inside the Gloptipoly package
1 回表示 (過去 30 日間)
古いコメントを表示
Deepayan Bhadra
2018 年 3 月 24 日
回答済み: Christine Tobler
2018 年 3 月 26 日
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 件のコメント
採用された回答
Christine Tobler
2018 年 3 月 26 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!