Compute vector dot product i.e. sum(x*y).

linalg_dot(x, y = NULL)

Arguments

x, y

Input data. class and type as x.

Value

Returns the dot product.