HierarchicalMatrices.jl
                                
                                 HierarchicalMatrices.jl copied to clipboard
                                
                                    HierarchicalMatrices.jl copied to clipboard
                            
                            
                            
                        Julia package for hierarchical matrices
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
Really nice work! I am wondering if this is also suitable for the convolution of a 2D field? Do you require the indices of x be related to the physical...
Is there a reason these are still in SingularIntegralEquations.jl?
It looks like may be using `norm(matrix)`. In Julia 0.7, this will compute the Frobenius norm (`vecnorm` in Julia 0.6), due to JuliaLang/julia#27401. If you want the induced/operator norm as...
LowRankMatrix is not actually a HierarchicalMatrix, so maybe it lives better in LowRankApprox. This would also make it easier to use the LowRankApprox algorithms.
BlockArrays has a well-developed block matrix structure, so this would avoid needing your own `Block`.
The signatures of `A_mul_B!` and `scale!` and similar here that take start indices that don't match the signatures used by those functions in base don't really need to use the...
This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...