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

Function RankUpdateSym

matops/mmult.go:426–445  ·  view source on GitHub ↗

Rank update for symmetric lower or upper matrix (blas.SYRK) C = beta*C + alpha*A*A.T + alpha*A.T*A

(C, A *matrix.FloatMatrix, alpha, beta float64, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

blockedCHOLFunction · 0.85

Calls 5

onErrorFunction · 0.70
RowsMethod · 0.65
ColsMethod · 0.65
LeadingIndexMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected