Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ vdot
Function
vdot
dask/array/routines.py:359–360 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
357
358
@derived_from(np)
359
def
vdot(a, b):
360
return
dot(a.conj().ravel(), b.ravel())
361
362
363
def
_chunk_sum(a, axis=None, dtype=None, keepdims=None):
Callers
nothing calls this directly
Calls
3
dot
Function · 0.85
ravel
Method · 0.45
conj
Method · 0.45
Tested by
no test coverage detected