Singular value threshold projector
What is singular value threshold projector
The equivalent problem in function approximation
Set up parameters
opts.intervals=[0,0.5-delta,0.5+delta,1];
opts.objnorm = Inf;
opts.epsil = 0.1;
opts.npts = 500;
opts.isplot= true;
% scaling factor for the infinity norm
opts.fscale = 0.9;
opts.maxiter = 100;
opts.criteria = 1e-12;
opts.useReal = false;
opts.targetPre = true;
opts.method = 'Newton';Solving polynomial approximation


Solving phase factors by running the solver
Verifying the solution

Reference
Last updated