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

Function AddDot

matops/mvec.go:296–328  ·  view source on GitHub ↗

Add inner product: Z[index] = beta*Z[index] + alpha * X * Y

(Z, X, Y *matrix.FloatMatrix, alpha, beta float64, index int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

isVectorFunction · 0.85
NumElementsMethod · 0.65
ColsMethod · 0.65
LeadingIndexMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected