How to solve complex value LS problems with inequality constraints and sparse matices?

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

And what does Ax<b mean for complex-valued A and b ?
Best wishes
Torsten.
Matrices C,A are sparse and too big to be handled by my computer as dense matrices by using lsqlin and medium scale alghorithms.
So why not make them type sparse and use the large scale algorithm?
Torsten asks the correct, and still unanswered question: what does it mean to write an inequality constrain with complex A and b?

Sign in to comment.

Answers (0)

Asked:

on 10 Aug 2017

Commented:

on 10 Aug 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!