HMatrices.jl
HMatrices.jl copied to clipboard
Inexact `HMatrix`
@PierreMarchand20 and @DuduGuima: this draft PR is a place where we can discuss ideas and code to implement the a lazy coarsened HMatrix type (and accompanying functionality). A rough outline (feel free to edit it):
- [ ] Augment
RkMatrixso that you can store the relative tolerance - [ ] Modify the partial aca algorithm to push the relative tolerance to the
RkMatrixconstructor - [ ] Create a type where we can store an
HMatrixas well as a desired tolerance for the product - [ ] Overload that type so that we only use the minimum rank of each low-rank block needed for the desired tolerance in the matrix-vector product
Welcome to Codecov :tada:
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella: