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

Function dsymv

linalg/blas/cgo_double.go:317–335  ·  view source on GitHub ↗

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

(uplo string, N 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

SymvFloatFunction · 0.85
SymvFunction · 0.85
HemvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected