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

Function scale

cvx/misc.go:85–286  ·  view source on GitHub ↗

* Applies Nesterov-Todd scaling or its inverse. Computes x := W*x (trans is false 'N', inverse = false 'N') x := W^T*x (trans is true 'T', inverse = false 'N') x := W^{-1}*x (trans is false 'N', inverse = true 'T') x := W^{-T}*x (trans is tru

(x *matrix.FloatMatrix, W *sets.FloatMatrixSet, trans, inverse bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

conelp_solverFunction · 0.85
coneqp_solverFunction · 0.85
cpl_solverFunction · 0.85
kktLdlFunction · 0.85
kktQrFunction · 0.85
kktCholFunction · 0.85
kktChol2Function · 0.85

Calls 5

ColsMethod · 0.65
RowsMethod · 0.65
CopyMethod · 0.65
AtMethod · 0.45
GetIndexMethod · 0.45

Tested by

no test coverage detected