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

Function Syrk

linalg/blas/level3.go:253–301  ·  view source on GitHub ↗

* Rank-k update of symmetric matrix. (L3) Syrk(A, C, alpha=1.0, beta=0.0, uplo=PLower, trans=PNoTrans, n=-1, k=-1, ldA=max(1,A.Rows), ldC=max(1,C.Rows), offsetA=0, offsetB=0) PURPOSE C := alpha*A*A^T + beta*C, if trans is PNoTrans C := alpha*A^T*A + beta*C, if trans is PTrans C := alpha*

(A, C matrix.Matrix, alpha, beta 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_level3_funcFunction · 0.85
zsyrkFunction · 0.85
onErrorFunction · 0.70
dsyrkFunction · 0.70
EqualTypesMethod · 0.65
FloatMethod · 0.65
ComplexMethod · 0.65
FloatArrayMethod · 0.45
ComplexArrayMethod · 0.45

Tested by

no test coverage detected