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

Add LOBPCG solver for large symmetric positive definite eigenproblems #184

Merged
merged 30 commits into from
May 6, 2020

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    9f2eb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b78314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64da100 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Add LOBPCG

    bytesnake committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    be9dcc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e6a61 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    b21b846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb6a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90c2c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c21d78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8188649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    705d37a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    b0e1a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3334034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4acb85c View commit details
    Browse the repository at this point in the history
  4. Run cargo fmt again

    bytesnake committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    13cf2b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2909f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    68d8ec7 View commit details
    Browse the repository at this point in the history
  2. Use select for ndarray_mask

    bytesnake committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a7ce0e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25a177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea3c0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c94817 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    233fc8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93f8b44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9f9f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Improve comments on LOBPCG

    bytesnake committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    564bb77 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

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

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    6a12b2a View commit details
    Browse the repository at this point in the history
  2. Remove debugging output

    bytesnake committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    35564fa View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 28, 2020

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