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

Function Gemv

linalg/blas/level2.go:47–88  ·  view source on GitHub ↗

* General matrix-vector product. (L2) Computes: Y := alpha*A*X + beta*Y, if trans is NoTrans Y := alpha*A^T*X + beta*Y, if trans is Trans Y := beta*Y, if n=0, m>0 and trans is NoTrans Y := beta*Y, if n>0, m=0 and trans is Trans The matrix A is m by n. Retu

(A, X, Y matrix.Matrix, alpha, beta matrix.Scalar, opts ...linalg.Option)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TestDgemvFunction · 0.85

Calls 7

check_level2_funcFunction · 0.85
onErrorFunction · 0.70
dscalFunction · 0.70
dgemvFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45

Tested by 1

TestDgemvFunction · 0.68