public interface QPSolver
Modifier and Type | Interface and Description |
---|---|
static class |
QPSolver.Type |
Modifier and Type | Method and Description |
---|---|
void |
solve(double[] x,
double[][] Q,
double[] f,
double[][] A,
double[] b,
double[] lb,
double[] ub,
double[] x0) |