Skip to content
Snippets Groups Projects
user avatar
Carsten Gräser authored
This method adds a value to an entry. In contrast to
`matrixBackend(row,col) += value`, the new
`matrixBackend.addToEntry(row,col,value)` can ignore
nonexisting entries to support e.g. `DiagonalMatrix`.
82457cf6
History