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

Function Symv

linalg/blas/level2.go:194–232  ·  view source on GitHub ↗

* Matrix-vector product with a real symmetric matrix. (L2) Computes with A real symmetric of order n. Y := alpha*A*X + beta*Y ARGUMENTS A float or complex n*n matrix X float or complex n*1 matrix Y float or complex n*1 matrix alpha number (float or complex

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

check_level2_funcFunction · 0.85
dsymvFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected