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

[FEA] Add sparse LOBPCG solver #1081

Draft
wants to merge 24 commits into
base: branch-23.06
Choose a base branch
from

Commits on Nov 29, 2022

  1. Init

    lowener committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f989767 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 25, 2022

  1. Fix b_orthonormalize

    lowener committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    d6806c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

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

Commits on Dec 30, 2022

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

Commits on Jan 16, 2023

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

Commits on Jan 18, 2023

  1. Init iterations

    lowener committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ccbd735 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. select_cols_if

    lowener committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e44a765 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Add cho_solve

    lowener committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c9224d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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

Commits on Feb 28, 2023

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

Commits on Mar 1, 2023

  1. Gram matrices computation

    lowener committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a30abc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9094650 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 14, 2023

  1. Eig iteration computation

    lowener committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a7d205c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b779fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    03c1760 View commit details
    Browse the repository at this point in the history
  2. Fix compilation issues

    lowener committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6694ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca81199 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f4f8ea View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Fix bmat

    lowener committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d55b32b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Use common transpose function

    lowener committed May 11, 2023
    Configuration menu
    Copy the full SHA
    eba5f1c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Add verbosity print

    lowener committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f6a7f02 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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