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

Function Gp

cvx/gp.go:146–201  ·  view source on GitHub ↗

Solves a geometric program minimize log sum exp (F0*x+g0) subject to log sum exp (Fi*x+gi) <= 0, i=1,...,m G*x <= h A*x = b

(K []int, F, g, G, h, A, b *matrix.FloatMatrix, solopts *SolverOptions)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestGpFunction · 0.85

Calls 8

SetMethod · 0.95
checkArgKFunction · 0.85
sumdimFunction · 0.85
createGpProgFunction · 0.85
CpFunction · 0.85
RowsMethod · 0.65
SizeMatchMethod · 0.65
ColsMethod · 0.65

Tested by 1

TestGpFunction · 0.68