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

Implement finite section based adaptive QL #125

Merged
merged 36 commits into from
May 8, 2023
Merged

Implement finite section based adaptive QL #125

merged 36 commits into from
May 8, 2023

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    f5d023f View commit details
    Browse the repository at this point in the history
  2. import AbstractCachedMatrix

    TSGut committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b1f0405 View commit details
    Browse the repository at this point in the history
  3. bug fixes + basic tests work

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

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    f3454ae View commit details
    Browse the repository at this point in the history
  2. simplify loops somewhat

    TSGut committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a88b417 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    b261384 View commit details
    Browse the repository at this point in the history
  2. merge latest pr

    TSGut committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6a43660 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. change underlying structs

    TSGut committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9b2ba90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3074dca View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge pull request #2 from JuliaLinearAlgebra/master

    bring up to date
    TSGut authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d412e6a View commit details
    Browse the repository at this point in the history
  2. Update infql.jl

    TSGut authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    246afb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    802827b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c6465 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. big style overhaul

    TSGut committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9458aea View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update src/infql.jl

    Co-authored-by: Sheehan Olver <solver@mac.com>
    TSGut and dlfivefifty authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    3608e71 View commit details
    Browse the repository at this point in the history
  2. tidying, test fix, todo comment

    TSGut committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2d44c60 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

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

Commits on May 4, 2023

  1. Update Project.toml

    TSGut authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9148dcc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    116bc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a8a00 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. import the default getQ

    TSGut committed May 6, 2023
    Configuration menu
    Copy the full SHA
    d3a0bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5e420 View commit details
    Browse the repository at this point in the history
  3. fix adjoint

    TSGut committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e83b44b View commit details
    Browse the repository at this point in the history
  4. reinstatate some changes

    TSGut committed May 6, 2023
    Configuration menu
    Copy the full SHA
    f77c12d View commit details
    Browse the repository at this point in the history
  5. add tests, remove a function

    TSGut committed May 6, 2023
    Configuration menu
    Copy the full SHA
    8732cb8 View commit details
    Browse the repository at this point in the history
  6. add a test for complex entries

    TSGut committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e46aa07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    753d6ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6cbf07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    677be50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea4b1f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ee6014 View commit details
    Browse the repository at this point in the history
  12. Update test_infql.jl

    dlfivefifty committed May 6, 2023
    Configuration menu
    Copy the full SHA
    3344bc0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d57a574 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. lazy multiplication by Q

    TSGut committed May 7, 2023
    Configuration menu
    Copy the full SHA
    0d1a275 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update Project.toml

    dlfivefifty committed May 8, 2023
    Configuration menu
    Copy the full SHA
    be7b705 View commit details
    Browse the repository at this point in the history