Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.problem.SDPDualProblem
-
Packages that use SDPDualProblem Package Description dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing -
-
Uses of SDPDualProblem in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing
Fields in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing declared as SDPDualProblem Modifier and Type Field Description protected SDPDualProblem
PrimalDualPathFollowingMinimizer.Solution. problem
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing with parameters of type SDPDualProblem Modifier and Type Method Description CSDPMinimizer.Solution
CSDPMinimizer. solve(SDPDualProblem problem)
HomogeneousPathFollowingMinimizer.Solution
HomogeneousPathFollowingMinimizer. solve(SDPDualProblem problem)
PrimalDualPathFollowingMinimizer.Solution
PrimalDualPathFollowingMinimizer. solve(SDPDualProblem problem)
Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.pathfollowing with parameters of type SDPDualProblem Constructor Description Solution(PrimalDualPathFollowingMinimizer parent, SDPDualProblem problem, double gamma0, double sigma0)
Solves the semi-definite programming problem using the Homogeneous Self-Dual Path-Following algorithm.Solution(SDPDualProblem problem, double gamma0, double sigma0)
-