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

Function ConeQpCustomMatrix

cvx/coneqp.go:290–371  ·  view source on GitHub ↗

Solves a pair of primal and dual cone programs using custom KKT solver and custom matrices P, G and A. P must implement interface MatrixP, G must implement interface MatrixG and A must implement interface MatrixA.

(P MatrixP, q *matrix.FloatMatrix, G MatrixG, h *matrix.FloatMatrix,
	A MatrixA, b *matrix.FloatMatrix, dims *sets.DimensionSet, kktsolver KKTConeSolver,
	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 7

checkConeQpDimensionsFunction · 0.85
coneqp_problemFunction · 0.85
SumSquaredMethod · 0.80
ColsMethod · 0.65
SetMethod · 0.65
RowsMethod · 0.65
SumMethod · 0.45

Tested by

no test coverage detected