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

Projection on affine space #331

Merged
merged 15 commits into from
Nov 7, 2023
Merged

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    cbb70f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd1f7d View commit details
    Browse the repository at this point in the history
  3. AffineSpace: computation of y

    Solution of Ly = b(P) with backward substitution (tested)
    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e27f87c View commit details
    Browse the repository at this point in the history
  4. AffineSpace: almost there

    backward substitution: WIP
    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0d0209e View commit details
    Browse the repository at this point in the history
  5. backward substitution: wip

    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    93c424b View commit details
    Browse the repository at this point in the history
  6. AffineSpace: first implementation

    Not fully tested
    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e5bbf77 View commit details
    Browse the repository at this point in the history
  7. AffineSpace: more testing

    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6fb5b8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16e6d6b View commit details
    Browse the repository at this point in the history
  9. update appveyor

    cargo add ndarray and modcholesky
    alphaville committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    aa891e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. AffineSpace: more testing

    alphaville committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2234ab2 View commit details
    Browse the repository at this point in the history
  2. AffineSpace: another test

    A has single row
    alphaville committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    44c4120 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    New version: 0.9.0 (unreleased)
    alphaville committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    580df71 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    adc8f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce37f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b297e4 View commit details
    Browse the repository at this point in the history