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

Function Trsm

linalg/blas/level3.go:717–763  ·  view source on GitHub ↗

* Solution of a triangular system of equations with multiple righthand sides. (L3) Trsm(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^{-1}*B if transA is PNoTrans and side

(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
dtrsmFunction · 0.85
ztrsmFunction · 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