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

Function dtbsv

linalg/blas/cgo_double.go:275–293  ·  view source on GitHub ↗

For triangular band matrix A and vector X solve X = inv(A) * X or X = inv(A.T) * X

(uplo, transA, diag string,
    N int, K int, A []float64, lda int, X []float64, incX int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TbsvFloatFunction · 0.85
TbsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected