The semidefinite-programming tag has no wiki summary.
0
votes
0answers
50 views
Sign or cardinality constraint when solving for sparse signal?
I'm currently learning about using linear and semi-definite programming to find sparse solutions to problems. In particular, finding sparse solutions where the sampling functions are sinusoidal ...
2
votes
3answers
135 views
How to implement this trigonometric polynomial maximum finding semidefinite program
Hi All, I posted this on the math.se site, but this may be a better location.
I need a method of finding the maximum of a real valued trigonometric polynomial where I can trade accuracy for speed. ...
4
votes
1answer
127 views
What is a vector programming problem?
In a note:
semi-deļ¬nite programming is equivalent to vector programming.
...
A Vector Program is a Linear Program over dot products.
In Boyd's Convex Optimization, a vector ...