[cleanup][DenseMatrix][DiagonalMatrix] Use method size to obtain vector length in bounds checks.
This allows to use std::vector in methods like DenseMatrix::mv and DiagonalMatrix::mv even with DUNE_CHECK_BOUNDS enabled.
Edited by Simon Praetorius