R/dot.R
inline_dot.Rd
Inline dot product.
e1 %dot% e2
first, or left argument.
second, or right argument.
c(e1, c2)
c(1,2) %dot% c(3, 5) #> [1] 13