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

Function Gbmv

linalg/blas/level2.go:124–168  ·  view source on GitHub ↗

* Matrix-vector product with a general banded matrix. (L2) Computes Y := alpha*A*X + beta*Y, if trans = PNoTrans Y := alpha*A^T*X + beta*Y, if trans = PTrans Y := beta*y, if n=0, m>0, and trans = PNoTrans Y := beta*y, if n>0, m=0, and trans = PTrans The

(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

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected