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

Function Syr

linalg/blas/level2.go:911–946  ·  view source on GitHub ↗

* Symmetric rank-1 update. (L2) syr(X, A, alpha=1.0, uplo=PLower, n=A.Rows, incx=1, ldA=max(1,A.Rows), offsetx=0, offsetA=0) COMPUTES A := A + alpha*X*X^T A real symmetric matrix of order n. ARGUMENTS X float or complex matrix. A float or complex matrix. alpha r

(X, A matrix.Matrix, alpha 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
dsyrFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected