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

Function MVRankUpdate

matops/mvec.go:65–94  ·  view source on GitHub ↗

Matrix-vector rank update A = A + alpha*X*Y.T A is M*N generic matrix, X is row or column vector of length M Y is row or column vector of legth N.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

unblockedLUnoPivFunction · 0.85
applyHouseholderFunction · 0.85
applyHHTo2x1Function · 0.85
applyHHTo1x1Function · 0.85
unblockedInverseLowerFunction · 0.85
unblockedInverseUpperFunction · 0.85
unblkSolveBKLowerFunction · 0.85
unblkSolveBKUpperFunction · 0.85
_TestViewUpdateFunction · 0.85

Calls 4

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

Tested by 1

_TestViewUpdateFunction · 0.68