densematrix view for sparse matrices
Add a View class that wraps sparse matrices so that they can be used as sparse matrix, i.e. provide const operator[][]
access. This solves some bugs in operator terms with partial derivatives in case of YaspGrid
.