Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inexact HMatrix #60

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Inexact HMatrix #60

wants to merge 7 commits into from

Conversation

maltezfaria
Copy link
Member

@maltezfaria maltezfaria commented May 31, 2024

@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 RkMatrix so that you can store the relative tolerance
  • Modify the partial aca algorithm to push the relative tolerance to the RkMatrix constructor
  • Create a type where we can store an HMatrix as 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

Copy link

codecov bot commented May 31, 2024

Welcome to Codecov 🎉

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 ☂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants