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

Function zhemv

linalg/blas/cgo_complex.go:282–299  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

HemvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected