Skip to content

densematrix view for sparse matrices

Praetorius, Simon requested to merge feature/fixmatvec_operations into master

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.

Merge request reports