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

Function DMultMV

matops/calgo/cmops.go:301–323  ·  view source on GitHub ↗

Matrix-Vector operators blas GEMV; blocked version Y = alpha*A*X + beta*Y; Y is M*1, X is N*1 and A is M*N

(Y, A, X []float64, alpha, beta float64, flags Flags, incY, ldA, incX, S, L, R, E, H, MB int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_TestMultMVSmallFunction · 0.85
_TestMultMVFunction · 0.85
TestMultMVTransASmallFunction · 0.85
_TestMultMVTransAFunction · 0.85

Calls

no outgoing calls

Tested by 4

_TestMultMVSmallFunction · 0.68
_TestMultMVFunction · 0.68
TestMultMVTransASmallFunction · 0.68
_TestMultMVTransAFunction · 0.68