WIP: add dot(x,y) operation
dot
is used in dune-common, Matlab and Julia as a dot product of
arrays.
This allows us to potentially use inner
as a true inner product on
functions in the future (yielding a scalar, not a scalar function).
Edited by Stephan Hilb