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

Function dgbmv

linalg/blas/cgo_double.go:165–187  ·  view source on GitHub ↗

For general band matrix A and vector X and Y compute Y = alpha * A * X + beta * Y or Y = alpha * A.T * X + beta * Y

(transA string, M int, N int, KL int, KU 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 2

GbmvFloatFunction · 0.85
GbmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected