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

Method F1

cvx/cp.go:119–119  ·  view source on GitHub ↗

Returns a tuple (f, Df) where f is of size (mnl, 1) containing f(x) Df is matrix of size (mnl, n) containing the derivatives of f at x: Df[k,:] is the transpose of the gradient of fk at x. If x is not in domf, return non-nil error.

(x MatrixVariable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

F1Method · 0.65
cp_problemFunction · 0.65
cpl_solverFunction · 0.65

Implementers 4

cpProgcvx/cp.go
acenterProgcvx/cp_test.go
convexVarProgcvx/interfaces.go
gpConvexProgcvx/gp.go

Calls

no outgoing calls

Tested by

no test coverage detected