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

Fixes a bug the bootstrap of Charpoly ArithProgPrecond method #382

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 6, 2023

  1. In ArithProg bootstrap: we need to LU decompose the whole Krylov matr…

    …ix, not just the first N rows. Fixes #381. Add a regression test
    ClementPernet committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e08aea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    452c2ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af017f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    175ec1e View commit details
    Browse the repository at this point in the history