Implement addToDiagonal for scalars (interpreted as 1x1 matrices)
Compare changes
@@ -77,7 +77,7 @@ bool checkResize() {
@@ -116,9 +116,9 @@ bool checkResize() {
This is need to make UMFPackSolver
from dune-solvers
accept BCRSMatrix<double>
.