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

Function dsbmv

linalg/blas/cgo_double.go:339–359  ·  view source on GitHub ↗

For symmetric band matrix and vector X solve Y = alpha * A * X + beta * Y

(uplo string, N int, K int, alpha float64,
    A []float64, lda int, X []float64, incX int, beta float64,
    Y []float64, incY int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

SbmvFloatFunction · 0.85
SbmvFunction · 0.85
HbmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected