:: [a] -> a -> [a] package:linear

Compute the right scalar product
>>> V2 3 4 ^* 2
V2 6 8