MCPcopy Create free account
hub / github.com/evilsocket/sum / Dot

Function Dot

backend/backend.go:26–28  ·  view source on GitHub ↗
(a, b Vector)

Source from the content-addressed store, hash-verified

24}
25
26func Dot(a, b Vector) float64 {
27 return impl.Dot(a, b)
28}

Callers

nothing calls this directly

Calls 1

DotMethod · 0.65

Tested by

no test coverage detected