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

Function Syr2

linalg/blas/level2.go:1042–1076  ·  view source on GitHub ↗

* Symmetric rank-2 update. syr2(x, y, A, uplo='L', alpha=1.0, n=A.size[0], incx=1, incy=1, ldA=max(1,A.size[0]), offsetx=0, offsety=0, offsetA=0) PURPOSE Computes A := A + alpha*(x*y^T + y*x^T) with A real symmetric matrix of order n. ARGUMENTS x float matrix y float matr

(X, Y, 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
dsyr2Function · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected