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

Function RankUpdate2Sym

matops/mmult.go:453–474  ·  view source on GitHub ↗

Rank 2 update for symmetric lower or upper matrix. (blas.SYR2K) C = beta*C + alpha*A*B.T + alpha*B*A.T C = beta*C + alpha*A.T*B + alpha*B.T*A if flags&TRANS matrix C lower triangular if flags&LOWER upper triangular if flags&UPPER

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected