(X1,y1) = refine(P,(X0,y0))
This function uses Newton's method to improve the precision of an optimal primal/dual pair. The refined solution has relative error bounded by min(ErrorTolerance,2(-Bits)). The number of iterations made is at most Iterations.
|
|
|
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/SemidefiniteProgramming/SDPdoc.m2:344:0.