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

Function dgemv

linalg/blas/cgo_double.go:142–161  ·  view source on GitHub ↗

* ------------------------------------------------------------------ * left out for the time being .... func drotg(a, b, c, d *float64) { C.drotg_((*C.double)(unsafe.Pointer(a)), (*C.double)(unsafe.Pointer(b)), (*C.double)(unsafe.Pointer(c)), (*C.double)(unsafe.Pointer(d))) } func drotmg(d

(transA string, M int, N int, alpha float64,
    A []float64, lda int, X []float64, incX int, beta float64,
    Y []float64, incY int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

GemvFloatFunction · 0.70
GemvFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected