How to solve complex value LS problems with inequality constraints and sparse matices?
Show older comments
Hello,
I'm trying to solve for x a LS problem with inequality constraints in the form:
min |Cx-d| such as Ax<b.
Matrices C,A are sparse and too big to be handled by my computer as dense matrices by using lsqlin and medium scale alghorithms. They are also complex-value matrices. Vectors d and b are complex as well.
Is there a quick way to solve the problem with matlab functions or do I have to code the solution by myself?
Thank you Luca
4 Comments
Torsten
on 10 Aug 2017
And what does Ax<b mean for complex-valued A and b ?
Best wishes
Torsten.
KSSV
on 10 Aug 2017
I guess fmincon might work?
John D'Errico
on 10 Aug 2017
Torsten asks the correct, and still unanswered question: what does it mean to write an inequality constrain with complex A and b?
Answers (0)
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!