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

Function Sbmv

linalg/blas/level2.go:363–401  ·  view source on GitHub ↗

* Matrix-vector product with a real symmetric band matrix. (L2) Sbmv(A, X, Y, alpha=1.0, beta=0.0, uplo=PLower, n=A.Cols, k=-1, ldA=A.Rows, incx=1, incy=1, offsetA=0, offsetx=0, offsety=0) Computes with A real symmetric and banded of order n and with bandwidth k. Y := alpha*A*X + beta*Y

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

check_level2_funcFunction · 0.85
dsbmvFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected