
Last chance! 50% off unlimited learning
Sale ends in
If x
and y
are matrices, calculate the dot-product
along the first non-singleton dimension. If the optional argument
d
is given, calculate the dot-product along this
dimension.
dot(x, y, d = NULL)
Matrix of vectors
Matrix of vectors
Dimension along which to calculate the dot product
Vector with length of d
th dimension