Inline dot product.

e1 %dot% e2

Arguments

e1

first, or left argument.

e2

second, or right argument.

Value

c(e1, c2)

Examples

c(1,2) %dot% c(3, 5)
#> [1] 13