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

Function Hbmv

linalg/blas/level2.go:430–478  ·  view source on GitHub ↗

* Matrix-vector product with a real symmetric or complex hermitian band matrix. Computes with A real symmetric and banded of order n and with bandwidth k. Y := alpha*A*X + beta*Y ARGUMENTS A float or complex n*n matrix X float or complex n*1 matrix Y float or co

(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 9

check_level2_funcFunction · 0.85
dsbmvFunction · 0.85
zhbmvFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
ComplexMethod · 0.65
FloatArrayMethod · 0.45
ComplexArrayMethod · 0.45

Tested by

no test coverage detected