dpnp.vdot

dpnp.vdot(*args, **kwargs)[source]

Return the dot product of two vectors.

For full documentation refer to numpy.vdot.

See also

dpnp.dot

Returns the dot product.

Notes

This function works the same as dpnp.dot.