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

Function dgemm

linalg/blas/cgo_double.go:477–509  ·  view source on GitHub ↗

=========================================================================== BLAS level 3 =========================================================================== Matrix - Matrix

(transA, transB string, M int, N int, K int,
    alpha float64, A []float64, lda int, B []float64, ldb int, beta float64,
    C []float64, ldc int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

GemmFunction · 0.85
GemmFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected