Uses of Class
jml.optimization.QPSolution

Packages that use QPSolution
jml.optimization   
 

Uses of QPSolution in jml.optimization
 

Methods in jml.optimization that return QPSolution
private static QPSolution GeneralQPViaPrimalDualInteriorPoint.phaseII(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, org.apache.commons.math.linear.RealMatrix A, org.apache.commons.math.linear.RealMatrix b, org.apache.commons.math.linear.RealMatrix B, org.apache.commons.math.linear.RealMatrix d, org.apache.commons.math.linear.RealMatrix x0)
           
static QPSolution GeneralQP.phaseII(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, org.apache.commons.math.linear.RealMatrix A, org.apache.commons.math.linear.RealMatrix b, org.apache.commons.math.linear.RealMatrix B, org.apache.commons.math.linear.RealMatrix d, org.apache.commons.math.linear.RealMatrix x0)
          Phase II for solving a general quadratic programming problem formulated as
static QPSolution QPWithBoundConstraints.solve(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, double l, double u, double epsilon)
          Solve this bound constrained QP problem.
static QPSolution QPWithBoundConstraints.solve(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, double l, double u, double epsilon, org.apache.commons.math.linear.RealMatrix x0)
          Solve this bound constrained QP problem.
static QPSolution GeneralQPViaPrimalDualInteriorPoint.solve(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, org.apache.commons.math.linear.RealMatrix A, org.apache.commons.math.linear.RealMatrix b, org.apache.commons.math.linear.RealMatrix B, org.apache.commons.math.linear.RealMatrix d)
          Solve a general quadratic programming problem formulated as
static QPSolution GeneralQP.solve(org.apache.commons.math.linear.RealMatrix Q, org.apache.commons.math.linear.RealMatrix c, org.apache.commons.math.linear.RealMatrix A, org.apache.commons.math.linear.RealMatrix b, org.apache.commons.math.linear.RealMatrix B, org.apache.commons.math.linear.RealMatrix d)
          Solve a general quadratic programming problem formulated as