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

Function UpdateTrm

matops/mmult.go:501–522  ·  view source on GitHub ↗

Generic update for triangular lower or upper matrix. C = beta*C + alpha*A*B flags has NOTRANS C = beta*C + alpha*A*B.T flags has TRANSB C = beta*C + alpha*A.T*B flags has TRANSA C = beta*C + alpha*A.T*B.T flags has TRANSA|TRANSB update of matrix C lower triangular if fla

(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 8

unblkDecompBKLowerFunction · 0.85
unblkDecompBKUpperFunction · 0.85
blkDecompBKLowerFunction · 0.85
blkDecompBKUpperFunction · 0.85
blkLowerLDLnoPivFunction · 0.85
blkUpperLDLnoPivFunction · 0.85
blkLowerLDLFunction · 0.85
blkUpperLDLFunction · 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