IntegralEquations / HMatrices.jl

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

Concatenating `HMatrix` objects #20

Open maltezfaria opened 2 years ago

maltezfaria commented 2 years ago

It would be useful to be able to use hcat and vcat on hierarchical matrices, and there are some problems where one naturally has a "block matrix" structure. The concatenated object could just be a light wrapper, in the form of an AbstractMatrix, around the HMatrices being concatenated.