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

feat: Add option to eigs() to turn off eigenvector computation #3057

Merged
merged 7 commits into from
Oct 20, 2023

Commits on Oct 5, 2023

  1. feat: Add option to eigs() to turn off eigenvector computation

      For large matrices, the eigenvector computation can be noticeably expensive
      and so it's worthwhile to have a way to turn it off if the eigenvectors
      will not be used.
      Resolves josdejong#2180.
    gwhitney committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e19e555 View commit details
    Browse the repository at this point in the history
  2. fix: Add test for precision in options arg of eigs

      And also a fix for a small bug that the new test uncovered.
    gwhitney committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6d9f759 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    c53a943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68b284 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a5ebd0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4cfafe View commit details
    Browse the repository at this point in the history