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

Function Hemv

linalg/blas/level2.go:261–332  ·  view source on GitHub ↗

* Matrix-vector product with a real symmetric or complex Hermitian matrix. (L2) Hemv(A, X, Y, alpha=1.0, beta=0.0, uplo=PLower, n=A.Rows, ldA=max(1,A.Rows), incx=1, incy=1, offsetA=0, offsetx=0, offsety=0) Computes Y := alpha*A*X + beta*Y with A real symmetric of order n. ARGUMENTS A

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

check_level2_funcFunction · 0.85
dsymvFunction · 0.85
zhemvFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
ComplexMethod · 0.65
FloatArrayMethod · 0.45
ComplexArrayMethod · 0.45

Tested by

no test coverage detected