Class AntoniouLu2007
- java.lang.Object
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.interiorpoint.AntoniouLu2007
-
public class AntoniouLu2007 extends Object
This implementation is based on Algorithm 14.5 in the reference.
-
-
Field Summary
Fields Modifier and Type Field Description static double
DEFAULT_SIGMA
the default value of the centering parameter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrimalDualSolution
iterate(PrimalDualSolution soln0, Vector Ax, Vector Aty, double mu)
-
-
-
Field Detail
-
DEFAULT_SIGMA
public static final double DEFAULT_SIGMA
the default value of the centering parameter- See Also:
- Constant Field Values
-
-
Method Detail
-
iterate
public PrimalDualSolution iterate(PrimalDualSolution soln0, Vector Ax, Vector Aty, double mu)
-
-