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

Function Trmm

linalg/blas/level3.go:628–674  ·  view source on GitHub ↗

* Matrix-matrix product where one matrix is triangular. (L3) Trmm(A, B, alpha, side=PLeft, uplo=PLower, transA=PNoTrans, diag=PNonUnit, m=-1, n=-1, ldA=max(1,A.Rows), ldB=max(1,B.Rows), offsetA=0, offsetB=0) Computes B := alpha*A*B if transA is PNoTrans and side = PLeft B := alpha*B*A

(A, B 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_level3_funcFunction · 0.85
dtrmmFunction · 0.85
ztrmmFunction · 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