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

Overload cholesky method in order to prevent scalar indexing for Diagonal #384

Merged
merged 10 commits into from
Dec 31, 2021

Commits on Dec 29, 2021

  1. Overload cholesky method

    Simone Carlo Surace committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9d10288 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Simone Carlo Surace committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    babc521 View commit details
    Browse the repository at this point in the history
  3. Improve performance

    Simone Carlo Surace committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    7102c8d View commit details
    Browse the repository at this point in the history
  4. Return info

    Simone Carlo Surace committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    14a0f53 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Print dispatched method for debugging purposes

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    d307cd1 View commit details
    Browse the repository at this point in the history
  2. Add test for cholesky

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    b3c3940 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    0653949 View commit details
    Browse the repository at this point in the history
  4. Add dispatch info for debugging purposes

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    a4ec467 View commit details
    Browse the repository at this point in the history
  5. Remove bad test, fix diagonal test

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    9f7b8e2 View commit details
    Browse the repository at this point in the history
  6. Rearrange tests

    Simone Carlo Surace committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    828a536 View commit details
    Browse the repository at this point in the history