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

Function Her2

linalg/blas/level2.go:1103–1149  ·  view source on GitHub ↗

* Symmetric rank-2 update. her2(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 or complex hermitian matix of order n. ARGUMENTS x float or com

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

check_level2_funcFunction · 0.85
dsyr2Function · 0.85
zher2Function · 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