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

Function Geru

linalg/blas/level2.go:839–884  ·  view source on GitHub ↗

* General rank-1 update. (L2) Geru(X, Y, A, alpha=1.0, m=A.Rows, n=A.Cols, incx=1, incy=1, ldA=max(1,A.Rows), offsetx=0, offsety=0, offsetA=0) COMPUTES A := A + alpha*X*Y^T with A m*n, real or complex. ARGUMENTS X float or complex matrix. Y float or complex matrix. Must

(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
dgerFunction · 0.85
zgeruFunction · 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