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

Function Her

linalg/blas/level2.go:974–1017  ·  view source on GitHub ↗

* Symmetric rank-1 update. (L2) Her(X, A, alpha, uplo=PLowoer, n=A.Rows, incx=1, ldA=max(1,A.Rows), offsetx=0, offsetA=0) COMPUTES A := A + alpha*X*X^H A real symmetric or complex hermitian matrix of order n. ARGUMENTS X float or complex matrix. A float or complex mat

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

check_level2_funcFunction · 0.85
dsyrFunction · 0.85
zherFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
FloatArrayMethod · 0.45
ComplexArrayMethod · 0.45

Tested by

no test coverage detected