Skip to content

WIP: add dot(x,y) operation

Stephan Hilb requested to merge feature/dotproduct into master

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

Merge request reports