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

[WIP] [BlockSparseArrays] (Truncated) SVD for Abstract(Block)(Sparse)Array #1572

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

Commits on Nov 13, 2024

  1. First version svd

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3d28e1b View commit details
    Browse the repository at this point in the history
  2. Make svd work with BlockArray

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4e7e8e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9168295 View commit details
    Browse the repository at this point in the history
  4. Add truncation schemes

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6636cc1 View commit details
    Browse the repository at this point in the history
  5. Apply code suggestions

    Co-authored-by: Matt Fishman <[email protected]>
    lkdvos and mtfishman committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b1f397d View commit details
    Browse the repository at this point in the history
  6. Include tests [WIP]

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    454a612 View commit details
    Browse the repository at this point in the history
  7. Revert adjoint changes

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    64da33c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd32266 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cac85ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5df5d07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6808cf View commit details
    Browse the repository at this point in the history
  12. comment on tests

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d48132 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    819b9bd View commit details
    Browse the repository at this point in the history
  14. reenable some tests

    lkdvos committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e763ad4 View commit details
    Browse the repository at this point in the history