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

Re-write KKT module #101

Merged
merged 16 commits into from
Jul 10, 2021
Merged

Re-write KKT module #101

merged 16 commits into from
Jul 10, 2021

Commits on Jun 27, 2021

  1. Update KKT module to use systems and backends

    * KKTSystem  structs
    * KKTBackend structs
    * Functioning code for CHOLMOD, LDLFact and defaults
    mtanneau committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    07431d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1663aec View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 3, 2021

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

Commits on Jul 4, 2021

  1. Krylov-based SID solvers

    mtanneau committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    8cdceda View commit details
    Browse the repository at this point in the history
  2. Krylov-based SQD solvers

    mtanneau committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    e318a93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506eab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Update internal type defs

    mtanneau committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9ec113d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Update docs for KKT systems

    mtanneau committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7745ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23494b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Re-organize KKT docs

    mtanneau committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    e7b97c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151762b View commit details
    Browse the repository at this point in the history
  3. Fix broken link in docs

    mtanneau committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    48e2cc1 View commit details
    Browse the repository at this point in the history
  4. Bump version --> v0.8.0

    mtanneau committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    81172b4 View commit details
    Browse the repository at this point in the history
  5. Fix SID unit test

    mtanneau committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    254f39c View commit details
    Browse the repository at this point in the history