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

Function dtrmv

linalg/blas/cgo_double.go:191–208  ·  view source on GitHub ↗

For triangular matrix A and vector X compute X = A * X, X = 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

TrmvFloatFunction · 0.85
TrmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected