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

Function Symm

linalg/blas/level3.go:157–210  ·  view source on GitHub ↗

* Matrix-matrix product where one matrix is symmetric. (L3) Computes C := alpha*A*B + beta*C, if side is PLeft C := alpha*B*A + beta*C, if side is PRight C is m by n and A is real symmetric. ARGUMENTS A float or complex matrix B float or complex matrix. C flo

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

HemmFunction · 0.85

Calls 9

check_level3_funcFunction · 0.85
dsymmFunction · 0.85
zhemmFunction · 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