Skip to content

Remove manual implementation of operator* for FieldMatrix

Gräser, Carsten requested to merge feature/remove-manual-operator-mult into master

This is now handled by operator* in FieldMatrix based on mtv().

This should be merged after https://gitlab.dune-project.org/core/dune-common/-/merge_requests/1138 to avoid ambiguous overloads.

Merge request reports