MCPcopy Create free account
hub / github.com/b45ch1/algopy / vdot

Function vdot

algopy/utpm/algorithms.py:162–203  ·  view source on GitHub ↗

vectorized dot z = vdot(x,y) Rationale: given two iteratable containers (list,array,...) x and y this function computes:: z[i] = numpy.dot(x[i],y[i]) if z is None, this function allocates the necessary memory Warning: the naming is inconsist

(x,y, z = None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_vdotMethod · 0.85

Calls 2

zerosMethod · 0.45
dotMethod · 0.45

Tested by 1

test_vdotMethod · 0.68