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

Function MVUpdateTrm

matops/mvec.go:161–190  ·  view source on GitHub ↗

Matrix-vector triangular update A = A + alpha*X*Y.T A is N*N matrix, X is row or column vector of length N Y is row or column vector of legth N. flags is UPPER or LOWER

(A, X, Y *matrix.FloatMatrix, alpha float64, flags Flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

unblkDecompBKLowerFunction · 0.85
unblkDecompBKUpperFunction · 0.85
unblkLowerLDLnoPivFunction · 0.85
unblkUpperLDLnoPivFunction · 0.85
unblkLowerLDLFunction · 0.85
unblkUpperLDLFunction · 0.85

Calls 4

RowsMethod · 0.65
ColsMethod · 0.65
LeadingIndexMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected