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

Function symm

cvx/misc.go:942–955  ·  view source on GitHub ↗

Converts lower triangular matrix to symmetric. Fills in the upper triangular part of the symmetric matrix stored in x[offset : offset+n*n] using 'L' storage.

(x *matrix.FloatMatrix, n, offset int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

conelp_solverFunction · 0.85
coneqp_solverFunction · 0.85
sprodFunction · 0.85
cpl_solverFunction · 0.85
kktCholFunction · 0.85

Calls 1

CopyMethod · 0.65

Tested by

no test coverage detected