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

Function Syr2k

linalg/blas/level3.go:437–487  ·  view source on GitHub ↗

* Rank-2k update of symmetric matrix. (L3) syr2k(A, B, C, alpha, beta, uplo=PLower, trans=PNoTrnas, n=-1, k=-1, ldA=max(1,A.Rows), ldB=max(1,B.Rows), ldC=max(1,C.Rows), offsetA=0, offsetB=0, offsetC=0) PURPOSE C := alpha*(A*B^T + B*A^T) + beta*C, if trans is NoTrans C := alpha*(A^T*B + B^

(A, B, 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
dsyr2kFunction · 0.85
zsyr2kFunction · 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