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

Look-ahead Lanczos Biorthogonalization #321

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

Commits on Aug 21, 2022

  1. Look-ahead Lanczos construction

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b5db98c View commit details
    Browse the repository at this point in the history
  2. Regular look-ahead construction

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    4764b37 View commit details
    Browse the repository at this point in the history
  3. Fine-grained testing of LAL process

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    10f2114 View commit details
    Browse the repository at this point in the history
  4. G as Vector

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    41ff312 View commit details
    Browse the repository at this point in the history
  5. BlockDiagonal experiment

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    c59e6f7 View commit details
    Browse the repository at this point in the history
  6. Clean D and E computations

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    87d3480 View commit details
    Browse the repository at this point in the history
  7. Add LimitedMemoryMatrix for storage

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    a4342fe View commit details
    Browse the repository at this point in the history
  8. Modify program flow to append once finished

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    f34506b View commit details
    Browse the repository at this point in the history
  9. Use BlockDiagonal for E, D

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    2c7f3a8 View commit details
    Browse the repository at this point in the history
  10. Reduce F to only store last row/col

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    83ec5e5 View commit details
    Browse the repository at this point in the history
  11. Relax singularity check for tolerance

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    7bb47ea View commit details
    Browse the repository at this point in the history
  12. Add views on performance-sensitive indexing

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    8869abb View commit details
    Browse the repository at this point in the history
  13. Add limited memory U and L matrices

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    7d6e12a View commit details
    Browse the repository at this point in the history
  14. Documentation

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    d8c3ded View commit details
    Browse the repository at this point in the history
  15. Remove fix on BlockDiagonals

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    324a88b View commit details
    Browse the repository at this point in the history
  16. Explicitly pass rng to test random numbers

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    9cf9bb0 View commit details
    Browse the repository at this point in the history
  17. Fix Backwards-compatible test rng generation

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    5f0a59b View commit details
    Browse the repository at this point in the history
  18. Bugfix: materialize of sparse matrix for julia 1.6

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    8f4734b View commit details
    Browse the repository at this point in the history
  19. Fix LAL docs

    Pawel Latawiec committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    c608bc8 View commit details
    Browse the repository at this point in the history