MCPcopy Create free account
hub / github.com/andeya/algorithm / Qp

Function Qp

cvx/solvers.go:77–122  ·  view source on GitHub ↗

Solves a quadratic program minimize (1/2)*x'*P*x + q'*x subject to G*x <= h A*x = b.

(P, q, G, h, A, b *matrix.FloatMatrix, solopts *SolverOptions,
	initvals *sets.FloatMatrixSet)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

ConeQpFunction · 0.85
RowsMethod · 0.65
ColsMethod · 0.65

Tested by

no test coverage detected