MCPcopy Index your code
hub / github.com/andeya/algorithm / CplCustomKKT

Function CplCustomKKT

cvx/cpl.go:189–275  ·  view source on GitHub ↗

Solves a convex optimization problem with a linear objective minimize c'*x subject to f(x) <= 0 G*x <= h A*x = b. using custom KTT equation solver.

(F ConvexProg, c *matrix.FloatMatrix, G, h, A, b *matrix.FloatMatrix,
	dims *sets.DimensionSet, kktsolver KKTCpSolver,
	solopts *SolverOptions)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

cpl_problemFunction · 0.85
SumSquaredMethod · 0.80
F0Method · 0.65
ColsMethod · 0.65
SizeMatchMethod · 0.65
SizeMethod · 0.65
RowsMethod · 0.65
SetMethod · 0.65
SumMethod · 0.45

Tested by

no test coverage detected