IntegralEquations / HMatrices.jl

A Julia library for hierarchical matrices
MIT License
37 stars 3 forks source link

Adding a `SparseMatrix` to an `HMatrix` #35

Closed maltezfaria closed 3 months ago

maltezfaria commented 8 months ago

In some boundary integral equation applications, it makes sense to add a sparse correction matrix to an HMatrix approximation. In those cases, as it turns out, the sparse matrix only has non-zero entries precisely where the HMatrix has dense blocks, so adding the two should be rather simple and cost-effective (i.e. no increase in the rank).

maltezfaria commented 3 months ago

The decision was to: