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

Function ConeLpCustomMatrix

cvx/conelp.go:303–380  ·  view source on GitHub ↗

Solves a pair of primal and dual cone programs using custom KKT solver and constraint interfaces MatrixG and MatrixA

(c *matrix.FloatMatrix, G MatrixG, h *matrix.FloatMatrix,
	A MatrixA, b *matrix.FloatMatrix, dims *sets.DimensionSet, kktsolver KKTConeSolver,
	solopts *SolverOptions, primalstart, dualstart *sets.FloatMatrixSet)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mcsdpFunction · 0.85

Calls 8

checkConeLpDimensionsFunction · 0.85
conelp_problemFunction · 0.85
SumSquaredMethod · 0.80
SumPackedMethod · 0.80
ColsMethod · 0.65
RowsMethod · 0.65
SumMethod · 0.45
AtMethod · 0.45

Tested by 1

mcsdpFunction · 0.68