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

Function dtrsv

linalg/blas/cgo_double.go:254–271  ·  view source on GitHub ↗

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

(uplo, transA, diag string,
    N 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

TrsvFloatFunction · 0.85
TrsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected