R/linalg.r
linalg-dot.Rd
Compute vector dot product i.e. sum(x*y).
sum(x*y)
linalg_dot(x, y = NULL)
Input data. class and type as x.
x
Returns the dot product.