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

Function Tbsv

linalg/blas/level2.go:701–735  ·  view source on GitHub ↗

* Solution of a triangular and banded set of equations. Tbsv(A, X, uplo=PLower, trans=PNoTrans, diag=PNonDiag, n=A.Cols, k=max(0,A.Rows-1), ldA=A.size[0], incx=1, offsetA=0, offsetx=0) PURPOSE X := A^{-1}*X, if trans is PNoTrans X := A^{-T}*X, if trans is PTrans X := A^{-H}*X, if trans is

(A, X matrix.Matrix, 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 5

check_level2_funcFunction · 0.85
dtbsvFunction · 0.85
onErrorFunction · 0.70
EqualTypesMethod · 0.65
FloatArrayMethod · 0.45

Tested by

no test coverage detected