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

Function computeScaling

cvx/misc.go:705–914  ·  view source on GitHub ↗

* Returns the Nesterov-Todd scaling W at points s and z, and stores the scaled variable in lmbda. W * z = W^{-T} * s = lmbda. W is a MatrixSet with entries: - W['dnl']: positive vector - W['dnli']: componentwise inverse of W['dnl'] - W['d']: positive vector - W['di']:

(s, z, lmbda *matrix.FloatMatrix, dims *sets.DimensionSet, mnl int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

conelp_solverFunction · 0.85
coneqp_solverFunction · 0.85
cpl_solverFunction · 0.85

Calls 13

FloatArrayMethod · 0.95
SetIndexMethod · 0.95
jnrm2Function · 0.85
maxdimFunction · 0.85
SetMethod · 0.65
SqrtMethod · 0.45
DivMethod · 0.45
InvMethod · 0.45
MulMethod · 0.45
SetIndexesFromArrayMethod · 0.45
AtMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected