MCPcopy 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)
359def vdot(a, b):
360 return dot(a.conj().ravel(), b.ravel())
361
362
363def _chunk_sum(a, axis=None, dtype=None, keepdims=None):

Callers

nothing calls this directly

Calls 3

dotFunction · 0.85
ravelMethod · 0.45
conjMethod · 0.45

Tested by

no test coverage detected