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

QZ-decomposition #1067

Merged
merged 31 commits into from Apr 30, 2022
Merged

QZ-decomposition #1067

merged 31 commits into from Apr 30, 2022

Commits on Jan 19, 2022

  1. First attempt at xgges (qz decomposition), passing tests. Serializati…

    …on failing across many modules
    metric-space committed Jan 19, 2022
    Copy the full SHA
    7230ae1 View commit details
    Browse the repository at this point in the history
  2. Format file

    metric-space committed Jan 19, 2022
    Copy the full SHA
    6f7ef38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    769f20c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Add non-naive way of calculate generalized eigenvalue, write spotty t…

    …est for generalized eigenvalues
    metric-space committed Jan 20, 2022
    Copy the full SHA
    b2c6c6b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a28306 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Copy the full SHA
    7e9345d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. New wrapper for generalized eigenvalues and associated eigenvectors v…

    …ia LAPACK routines sggev/dggev
    metric-space committed Jan 25, 2022
    Copy the full SHA
    7d8fb3d View commit details
    Browse the repository at this point in the history
  2. Cleanup of QZ module and added GE's calculation of eigenvalues as a t…

    …est for QZ's calculation of eigenvalues
    metric-space committed Jan 25, 2022
    Copy the full SHA
    748848f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Copy the full SHA
    ae35d1c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    162bb32 View commit details
    Browse the repository at this point in the history
  3. Formatting

    metric-space committed Feb 3, 2022
    Copy the full SHA
    d88337e View commit details
    Browse the repository at this point in the history
  4. Formatting

    metric-space committed Feb 3, 2022
    Copy the full SHA
    55fdd84 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Added comment on logic

    metric-space committed Feb 4, 2022
    Copy the full SHA
    4362f00 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4038e66 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

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

Commits on Feb 9, 2022

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

Commits on Feb 12, 2022

  1. Copy the full SHA
    497a4d8 View commit details
    Browse the repository at this point in the history
  2. Remove condition number, tests pass without. Add proper test generato…

    …r for dynamic f64 type square matrices
    metric-space committed Feb 12, 2022
    Copy the full SHA
    fb0cb51 View commit details
    Browse the repository at this point in the history
  3. Name change

    metric-space committed Feb 12, 2022
    Copy the full SHA
    b7fe6b9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    91b7e05 View commit details
    Browse the repository at this point in the history
  5. Doc string corrections

    metric-space committed Feb 12, 2022
    Copy the full SHA
    7510d48 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e52f117 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 27, 2022

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

Commits on Mar 5, 2022

  1. Copy the full SHA
    3413ab7 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    metric-space committed Mar 5, 2022
    Copy the full SHA
    4413a35 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    metric-space committed Mar 5, 2022
    Copy the full SHA
    adf50a6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2743eef View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Update check for zero

    metric-space committed Apr 16, 2022
    Copy the full SHA
    80a844a View commit details
    Browse the repository at this point in the history
  2. Add newline

    metric-space committed Apr 16, 2022
    Copy the full SHA
    bc31012 View commit details
    Browse the repository at this point in the history
  3. Remove repeated docs

    metric-space committed Apr 16, 2022
    Copy the full SHA
    ff2d431 View commit details
    Browse the repository at this point in the history