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

Function pack

cvx/misc.go:1291–1315  ·  view source on GitHub ↗

* Copy x to y using packed storage. The vector x is an element of S, with the 's' components stored in unpacked storage. On return, x is copied to y with the 's' components stored in packed storage and the off-diagonal entries scaled by sqrt(2). */

(x, y *matrix.FloatMatrix, dims *sets.DimensionSet, opts ...la_.Option)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

kktLdlFunction · 0.85
kktQrFunction · 0.85
kktCholFunction · 0.85

Calls 7

SumPackedMethod · 0.80
CopyMethod · 0.65
AtMethod · 0.45
SumMethod · 0.45
SetIndexMethod · 0.45
GetIndexMethod · 0.45
SqrtMethod · 0.45

Tested by

no test coverage detected