Inline dot product.
e1 %dot% e2
e1
first, or left argument.
e2
second, or right argument.
c(e1, c2)
c(1,2) %dot% c(3, 5)