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

Pseudo-inverse of symmetric matrices using SVD / Utility for moving least squares #950

Merged
merged 20 commits into from
Sep 27, 2023

Commits on Sep 11, 2023

  1. SVD from arborx#946

    mrlag31 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a9b9eea View commit details
    Browse the repository at this point in the history
  2. const and better loops

    mrlag31 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6f67dd3 View commit details
    Browse the repository at this point in the history
  3. MD view comparison

    mrlag31 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8acf635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98c2dd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    a4f7326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79580e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    797fd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7c4ee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Extra symmetric check

    mrlag31 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d3b6e8d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    3d105a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f906a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c5bb0d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Better readability for loops

    mrlag31 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e2e5838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4568d88 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Typos and comments fix

    mrlag31 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8af21a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fff17 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    8098fc0 View commit details
    Browse the repository at this point in the history
  2. Extra warning suppression

    mrlag31 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2dfac38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68f83b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4edd575 View commit details
    Browse the repository at this point in the history